From 9480ff53038a4e53b7f62ef5b5f62a5d0a196fdc Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 15 Oct 2006 14:01:53 +0000 Subject: [PATCH] Change the default sshd configuration file so that only protocol version 2 is enabled by default. Users can manually add back support for protocol version 1 in their sshd_config if they have a specific need for it. Suggested by perry@ and ghen@. Ok'ed security-officer@ and christos@ --- crypto/dist/ssh/sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/dist/ssh/sshd_config b/crypto/dist/ssh/sshd_config index 1d9c1375e9a3..f77e7446aa69 100644 --- a/crypto/dist/ssh/sshd_config +++ b/crypto/dist/ssh/sshd_config @@ -1,4 +1,4 @@ -# $NetBSD: sshd_config,v 1.24 2006/09/28 21:22:15 christos Exp $ +# $NetBSD: sshd_config,v 1.25 2006/10/15 14:01:53 adrianp Exp $ # $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $ # This is the sshd server system-wide configuration file. See @@ -10,7 +10,7 @@ # default value. #Port 22 -#Protocol 2,1 +Protocol 2 #AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress ::