summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-11 21:51:08 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-11 21:51:08 +1100
commitbad5076bb5d5587cf8b889cd9ce495c39282786b (patch)
tree1772b13cc37393c1ebbc32cf10ad293f8937ddb3 /sshd_config
parentc182d993762f86fbdf9e54dd5b0e3e3d229ebc13 (diff)
- (dtucker) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2009/10/08 14:03:41 [sshd_config readconf.c ssh_config.5 servconf.c sshd_config.5] disable protocol 1 by default (after a transition period of about 10 years) ok deraadt
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config8
1 files changed, 3 insertions, 5 deletions
diff --git a/sshd_config b/sshd_config
index 1b53a0efb..72fbae37b 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ 1# $OpenBSD: sshd_config,v 1.81 2009/10/08 14:03:41 markus Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -15,10 +15,8 @@
15#ListenAddress 0.0.0.0 15#ListenAddress 0.0.0.0
16#ListenAddress :: 16#ListenAddress ::
17 17
18# Disable legacy (protocol version 1) support in the server for new 18# The default requires explicit activation of protocol 1
19# installations. In future the default will change to require explicit 19#Protocol 2
20# activation of protocol 1
21Protocol 2
22 20
23# HostKey for protocol version 1 21# HostKey for protocol version 1
24#HostKey /etc/ssh/ssh_host_key 22#HostKey /etc/ssh/ssh_host_key