diff options
Diffstat (limited to 'security/openssh/pkg-plist')
-rw-r--r-- | security/openssh/pkg-plist | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/security/openssh/pkg-plist b/security/openssh/pkg-plist index bf5e5195866f..cf97946b5b9a 100644 --- a/security/openssh/pkg-plist +++ b/security/openssh/pkg-plist @@ -7,13 +7,6 @@ bin/ssh-keygen etc/rc.d/sshd.sh etc/ssh_config etc/sshd_config -man/man1/scp.1.gz -man/man1/slogin.1.gz -man/man1/ssh-add.1.gz -man/man1/ssh-agent.1.gz -man/man1/ssh-keygen.1.gz -man/man1/ssh.1.gz -man/man8/sshd.8.gz sbin/sshd @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 |