]> andersk Git - gssapi-openssh.git/blobdiff - setup/sshd_config.in
OpenSSH 4.7p1 updates.
[gssapi-openssh.git] / setup / sshd_config.in
index 6bc88ae60459702cf3c98fb55998287bc4d57af7..a14fefc0c629dcf4e3368fda669eb8ed8713cf61 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $
+#      $OpenBSD: sshd_config,v 1.75 2007/03/19 01:01:29 djm Exp $
 
 # This is the sshd server system-wide configuration file.  See
 # sshd_config(5) for more information.
 # default value.
 
 #Port 22
-Protocol 2
 #AddressFamily any
 #ListenAddress 0.0.0.0
 #ListenAddress ::
 
+# Disable legacy (protocol version 1) support in the server for new
+# installations. In future the default will change to require explicit
+# activation of protocol 1
+Protocol 2
+
 # HostKey for protocol version 1
 #HostKey /etc/ssh/ssh_host_key
 # HostKeys for protocol version 2
@@ -112,6 +116,7 @@ X11Forwarding yes
 # override default of no subsystems
 Subsystem      sftp    /usr/libexec/sftp-server
 
+
 # the following are HPN related configuration options
 # tcp receive buffer polling. enable in autotuning kernels
 #TcpRcvBufPoll no
This page took 0.074149 seconds and 4 git commands to generate.