diff options
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist index 29cc5a4..c632301 100644 --- a/security/ssh/pkg-plist +++ b/security/ssh/pkg-plist @@ -21,4 +21,3 @@ 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 host key.." ; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi -@unexec rm -f %D/etc/ssh_host_key |