[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.2.5 and 1.50

version 1.49.2.5, 2002/10/11 14:51:53 version 1.50, 2002/04/21 16:19:27
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 # This is the sshd server system-wide configuration file.  See  # This is the sshd server system-wide configuration file.  See sshd(8)
 # sshd_config(5) for more information.  # 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 120  #LoginGraceTime 600
 #PermitRootLogin yes  #PermitRootLogin yes
 #StrictModes yes  #StrictModes yes
   
Line 58 
Line 58 
 #ChallengeResponseAuthentication yes  #ChallengeResponseAuthentication yes
   
 # Kerberos options  # Kerberos options
 #KerberosAuthentication no  # KerberosAuthentication automatically enabled if keyfile exists
   #KerberosAuthentication yes
 #KerberosOrLocalPasswd yes  #KerberosOrLocalPasswd yes
 #KerberosTicketCleanup yes  #KerberosTicketCleanup yes
   
Line 74 
Line 75 
 #PrintLastLog yes  #PrintLastLog yes
 #KeepAlive yes  #KeepAlive yes
 #UseLogin no  #UseLogin no
 #UsePrivilegeSeparation yes  #UsePrivilegeSeparation no
 #PermitUserEnvironment no  
 #Compression yes  
   
 #MaxStartups 10  #MaxStartups 10
 # no default banner path  # no default banner path

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