diff options
-rw-r--r-- | security/ssh/pkg-plist | 1 | ||||
-rw-r--r-- | security/ssh2/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist index 29cc5a46d34..c632301bd8c 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 diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist index 29cc5a46d34..c632301bd8c 100644 --- a/security/ssh2/pkg-plist +++ b/security/ssh2/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 |