]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshd_config
merge updates from OPENSSH_4_4P1_SIMON_20061002_HPN to trunk
[gssapi-openssh.git] / openssh / sshd_config
index ee42c715ead4d7faec2814175741cc5f423123eb..3f98f92679113418c1d51037a93ff1d4f84a66ed 100644 (file)
@@ -73,6 +73,8 @@
 # GSSAPI options
 #GSSAPIAuthentication yes
 #GSSAPICleanupCredentials yes
+#GSSAPIStrictAcceptorCheck yes
+#GSSAPIKeyExchange yes
 
 # Set this to 'yes' to enable PAM authentication, account processing, 
 # and session processing. If this is enabled, PAM authentication will 
 #MaxStartups 10
 #PermitTunnel no
 
+# no default banner path
+#Banner /some/path
+
+# 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
-
 # allow the use of the none cipher
 #NoneEnabled no
 
 
 # buffer size for hpn to non-hn connections
 #HPNBufferSize 2048
-# end of HPN options
-
-# no default banner path
-#Banner /some/path
 
-# override default of no subsystems
-Subsystem      sftp    /usr/libexec/sftp-server
 
 # Example of overriding settings on a per-user basis
 #Match User anoncvs
This page took 0.077192 seconds and 4 git commands to generate.