[BACK]Return to sshd_config CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd_config between version 1.49 and 1.49.2.5

version 1.49, 2002/03/21 20:51:12 version 1.49.2.5, 2002/10/11 14:51:53
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 # This is the sshd server system-wide configuration file.  See sshd(8)  # This is the sshd server system-wide configuration file.  See
 # for more information.  # sshd_config(5) for more information.
   
 # The strategy 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  # OpenSSH is to specify options with their default value where
Line 30 
Line 30 
   
 # Authentication:  # Authentication:
   
 #LoginGraceTime 600  #LoginGraceTime 120
 #PermitRootLogin yes  #PermitRootLogin yes
 #StrictModes yes  #StrictModes yes
   
Line 58 
Line 58 
 #ChallengeResponseAuthentication yes  #ChallengeResponseAuthentication yes
   
 # Kerberos options  # Kerberos options
 # KerberosAuthentication automatically enabled if keyfile exists  #KerberosAuthentication no
 #KerberosAuthentication yes  
 #KerberosOrLocalPasswd yes  #KerberosOrLocalPasswd yes
 #KerberosTicketCleanup yes  #KerberosTicketCleanup yes
   
 # AFSTokenPassing automatically enabled if k_hasafs() is true  #AFSTokenPassing no
 #AFSTokenPassing yes  
   
 # Kerberos TGT Passing only works with the AFS kaserver  # Kerberos TGT Passing only works with the AFS kaserver
 #KerberosTgtPassing no  #KerberosTgtPassing no
Line 76 
Line 74 
 #PrintLastLog yes  #PrintLastLog yes
 #KeepAlive yes  #KeepAlive yes
 #UseLogin no  #UseLogin no
 #UsePrivilegeSeparation no  #UsePrivilegeSeparation yes
   #PermitUserEnvironment no
   #Compression yes
   
 #MaxStartups 10  #MaxStartups 10
 # no default banner path  # no default banner path

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.49.2.5