]> andersk Git - gssapi-openssh.git/blobdiff - setup/sshd_config.in
o Add better handling of the globus location variable before it gets
[gssapi-openssh.git] / setup / sshd_config.in
index 5c76e84a46626032946b38b0641407f8751dec98..770be5e9e3aeb9521a3416dbaaf52a79b22f4f1b 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: sshd_config,v 1.53 2002/05/15 21:02:53 markus Exp $
+#       $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $
 
-# This is the sshd server system-wide configuration file.  See sshd(8)
-# for more information.
+# This is the sshd server system-wide configuration file.  See
+# sshd_config(5) for more information.
 
 # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
 
@@ -80,7 +80,8 @@
 #PrintLastLog yes
 #KeepAlive yes
 #UseLogin no
-#UsePrivilegeSeparation no
+#UsePrivilegeSeparation yes
+#Compression yes
 
 #MaxStartups 10
 # no default banner path
@@ -91,5 +92,4 @@
 Subsystem      sftp    /usr/libexec/sftp-server
 
 # where to store the pid of sshd process
-# should be $localstatedir/sshd.pid => $globus_location/var/sshd.pid
 PidFile                /var/run/sshd.pid
This page took 0.049103 seconds and 4 git commands to generate.