From 1fbc6840f1121269046d83d2b12cb1251280513b Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 4 Jul 2000 11:08:38 +0000 Subject: in default sshd_config, listen to all address families available (listens to IPv4 and IPv6 for GENERIC kernel) --- security/openssh/files/patch-sum | 3 ++- security/openssh/patches/patch-an | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 security/openssh/patches/patch-an (limited to 'security') 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 -- cgit v1.2.3