@name OpenSSH-2.5.1
@cwd /usr
@pkgdep perl-5.00502
@pkgdep openssl-0.9.5a_1
bin/scp
@comment MD5:066bf3a7546e2fec30144f8acbd39d74
bin/slogin
@comment MD5:af58348b16be1df5d743b9aa099b65d8
bin/ssh
@comment MD5:af58348b16be1df5d743b9aa099b65d8
bin/ssh-add
@comment MD5:07d7a167b6bc8250cacc4aae9653d54e
bin/ssh-agent
@comment MD5:dd8628ae5ebd60238c9cb7fc9cc7c7d3
bin/ssh-keygen
@comment MD5:a0dca339379037a56e96e5cb34cda577
etc/ssh_config
@comment MD5:cdc71f8d87c92854c61504b486be7dab
etc/sshd_config
@comment MD5:1a087ed788c2ce20aba9fe26f12d71d5
sbin/sshd
@comment MD5:7f7038352f047779c33939281ae6d691
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
@exec if [ ! -f %D/etc/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -d -N "" -f %D/etc/ssh_host_dsa_key; fi
@exec if [ ! -x %D/etc/rc.d/sshd.sh ]; then echo "#!/bin/sh" > %D/etc/rc.d/sshd.sh && exec echo "[ -x %D/sbin/sshd ] && %D/sbin/sshd && echo -n ' sshd'" >> %D/etc/rc.d/sshd.sh && exec chmod 0555 %D/etc/rc.d/sshd.sh; fi
@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi
@cwd .
@ignore
+COMMENT
@ignore
+DESC
@ignore
+MTREE_DIRS
@mtree +MTREE_DIRS
