diff options
author | itojun <itojun> | 2000-07-04 11:08:38 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-07-04 11:08:38 +0000 |
commit | 1fbc6840f1121269046d83d2b12cb1251280513b (patch) | |
tree | 1f5415188521749c12321041e9aff645f69b4138 /security | |
parent | fdfa22ed10f34b8ca7e17c5976ed17989c9463af (diff) | |
download | pkgsrc-1fbc6840f1121269046d83d2b12cb1251280513b.tar.gz |
in default sshd_config, listen to all address families available
(listens to IPv4 and IPv6 for GENERIC kernel)
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/files/patch-sum | 3 | ||||
-rw-r--r-- | security/openssh/patches/patch-an | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/openssh/files/patch-sum b/security/openssh/files/patch-sum index ed59caf032f..5c9eda63aee 100644 --- a/security/openssh/files/patch-sum +++ b/security/openssh/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.11 2000/07/02 22:07:56 itojun Exp $ +$NetBSD: patch-sum,v 1.12 2000/07/04 11:08:38 itojun Exp $ MD5 (patch-aa) = 9de9202a42d721e8027f9f829a3af96c MD5 (patch-ac) = 5bdf4a142210aea600f3bf6f3ac14010 @@ -11,3 +11,4 @@ MD5 (patch-aj) = 5397d9fbfe54544fd186831cfe979329 MD5 (patch-ak) = 1bd755c11128b2b8d7ecc894e70b82c7 MD5 (patch-al) = dde98ebfbbe801c5042a803e0e0df0d3 MD5 (patch-am) = 6b53bafd568db64bf16d9aa5582733e3 +MD5 (patch-an) = eccf8c19bcee913de49eb2b38999e609 diff --git a/security/openssh/patches/patch-an b/security/openssh/patches/patch-an new file mode 100644 index 00000000000..a4fa6af8fc1 --- /dev/null +++ b/security/openssh/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2000/07/04 11:08:39 itojun Exp $ + +--- sshd_config- Tue Jul 4 19:28:40 2000 ++++ sshd_config Tue Jul 4 19:28:43 2000 +@@ -2,7 +2,7 @@ + + Port 22 + #Protocol 2,1 +-ListenAddress 0.0.0.0 ++#ListenAddress 0.0.0.0 + #ListenAddress :: + HostKey /etc/ssh_host_key + ServerKeyBits 768 |