@name ssh-1.2.22
@cwd /usr/local
bin/scp
bin/ssh
@exec ln -fs %f %B/slogin
@unexec rm -f %B/slogin
bin/ssh-add
bin/ssh-agent
bin/ssh-askpass
bin/ssh-keygen
bin/make-ssh-known-hosts
man/man1/make-ssh-known-hosts.1
man/man1/scp.1
man/man1/ssh-add.1
man/man1/ssh-agent.1
man/man1/ssh-keygen.1
man/man1/ssh.1
@exec ln -fs %f %B/slogin.1
@unexec rm -f %B/slogin.1
man/man8/sshd.8
sbin/sshd
lib/ssh/server_config.sample
@exec if [ ! -f /etc/sshd_config ]; then cp %D/%F /etc/sshd_config; fi
lib/ssh/host_config.sample
@exec if [ ! -f /etc/ssh_config ]; then cp %D/%F /etc/ssh_config; fi
@exec if [ ! -f /etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f /etc/ssh_host_key; fi
@dirrm lib/ssh
@unexec echo "ssh configuration files stored in /etc have not been removed."
@unexec echo "you may wish to remove them manually."
@cwd .
@ignore
+COMMENT
@ignore
+DESC
@ignore
+MTREE_DIRS
@mtree +MTREE_DIRS
