diff options
Diffstat (limited to 'security/openssh/files/patch-ao')
-rw-r--r-- | security/openssh/files/patch-ao | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openssh/files/patch-ao b/security/openssh/files/patch-ao index 7ca746e1fb3a..0e5eac8dee2b 100644 --- a/security/openssh/files/patch-ao +++ b/security/openssh/files/patch-ao @@ -1,9 +1,9 @@ ---- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/sshd_config Thu Nov 11 17:58:39 1999 -+++ sshd_config Sun Dec 5 13:37:20 1999 -@@ -2,12 +2,13 @@ - +--- sshd_config.orig Fri Jan 7 01:27:30 2000 ++++ sshd_config Fri Jan 7 01:31:01 2000 +@@ -3,12 +3,13 @@ Port 22 - ListenAddress 0.0.0.0 + #ListenAddress 0.0.0.0 + #ListenAddress :: -HostKey /etc/ssh_host_key +HostKey __PREFIX__/etc/ssh_host_key ServerKeyBits 768 |