]> andersk Git - openssh.git/blobdiff - sshd_config
20020628
[openssh.git] / sshd_config
index e05e24cc6de7fb76c7d2b1f29593346c617c2805..24c4e059e2cfdbcb45468092dfc4eab0dee45c12 100644 (file)
@@ -1,11 +1,11 @@
-#      $OpenBSD: sshd_config,v 1.47 2002/02/09 17:37:34 deraadt 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
 
-# The stategy used for options in the default sshd_config shipped with
+# The strategy used for options in the default sshd_config shipped with
 # OpenSSH is to specify options with their default value where
 # possible, but leave them commented.  Uncommented options change a
 # default value.
 #ChallengeResponseAuthentication yes
 
 # Kerberos options
-# KerberosAuthentication automatically enabled if keyfile exists
-#KerberosAuthentication yes
+#KerberosAuthentication no
 #KerberosOrLocalPasswd yes
 #KerberosTicketCleanup yes
 
-# AFSTokenPassing automatically enabled if k_hasafs() is true
-#AFSTokenPassing yes
+#AFSTokenPassing no
 
 # Kerberos TGT Passing only works with the AFS kaserver
 #KerberosTgtPassing no
 
 # 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
@@ -82,6 +80,8 @@
 #PrintLastLog yes
 #KeepAlive yes
 #UseLogin no
+#UsePrivilegeSeparation yes
+#Compression yes
 
 #MaxStartups 10
 # no default banner path
This page took 0.035246 seconds and 4 git commands to generate.