]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshd_config
openssh-4.3p2-hpn12.diff
[gssapi-openssh.git] / openssh / sshd_config
index 314bb6df89a4f42f3a45d71fd66164fdf8ccc77c..d260303b9453b15b7ceee0f9db9528f8d1a9807b 100644 (file)
 #MaxStartups 10
 #PermitTunnel no
 
+# override default of no subsystems
+Subsystem      sftp    /usr/libexec/sftp-server
+
 # 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
+
+# disable hpn performance boosts. 
+#HPNDisabled no
+
+# buffer size for hpn to non-hn connections
+#HPNBufferSize 2048
+
This page took 0.033061 seconds and 4 git commands to generate.