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@
This commit is contained in:
adrianp 2006-10-15 14:01:53 +00:00
parent 305d094b01
commit 9480ff5303
1 changed files with 2 additions and 2 deletions

View File

@ -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 ::