[BACK]Return to sshd_config CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ssh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ssh/Attic/sshd_config between version 1.1.1.7 and 1.18.2.1

version 1.1.1.7, 2002/03/08 01:21:43 version 1.18.2.1, 2004/05/05 15:27:40
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt 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)  # 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 31 
Line 31 
   
 # Authentication:  # Authentication:
   
 #LoginGraceTime 600  # Slow machines or long keys may require more processing time.
 #PermitRootLogin yes  LoginGraceTime 600
   #PermitRootLogin no
 #StrictModes yes  #StrictModes yes
   
 #RSAAuthentication yes  #RSAAuthentication yes
Line 43 
Line 44 
 #RhostsAuthentication no  #RhostsAuthentication no
 # Don't read the user's ~/.rhosts and ~/.shosts files  # Don't read the user's ~/.rhosts and ~/.shosts files
 #IgnoreRhosts yes  #IgnoreRhosts yes
   #IgnoreRootRhosts yes
 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts  # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
 #RhostsRSAAuthentication no  #RhostsRSAAuthentication no
 # similar for protocol version 2  # similar for protocol version 2
Line 59 
Line 61 
 #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 77 
Line 77 
 #PrintLastLog yes  #PrintLastLog yes
 #KeepAlive yes  #KeepAlive yes
 #UseLogin no  #UseLogin no
   #UsePrivilegeSeparation yes
   #PermitUserEnvironment no
   #Compression yes
   
 #MaxStartups 10  #MaxStartups 10
 # no default banner path  # no default banner path

Legend:
Removed from v.1.1.1.7  
changed lines
  Added in v.1.18.2.1

CVSweb <webmaster@jp.NetBSD.org>