]> andersk Git - gssapi-openssh.git/blobdiff - setup/sshd_config.in
o Merge in new copies of the configuration files from 3.5p1.
[gssapi-openssh.git] / setup / sshd_config.in
index 04f07011ade42e3ee955141233e04224ae43538d..95e6a5de4d58090d8d9d1dcfd5c5b09b3861e81d 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.59 2002/09/25 11:17:16 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
 
@@ -32,7 +32,7 @@
 
 # Authentication:
 
-#LoginGraceTime 600
+#LoginGraceTime 120
 #PermitRootLogin yes
 #StrictModes yes
 
@@ -71,7 +71,7 @@
 
 # Set this to 'yes' to enable PAM keyboard-interactive authentication 
 # Warning: enabling this may bypass the setting of 'PasswordAuthentication'
-#PAMAuthenticationViaKbdInt yes
+#PAMAuthenticationViaKbdInt no
 
 #X11Forwarding no
 #X11DisplayOffset 10
@@ -80,7 +80,9 @@
 #PrintLastLog yes
 #KeepAlive yes
 #UseLogin no
-#UsePrivilegeSeparation no
+#UsePrivilegeSeparation yes
+#PermitUserEnvironment no
+#Compression yes
 
 #MaxStartups 10
 # no default banner path
This page took 0.318834 seconds and 4 git commands to generate.