[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.5 and 1.6

version 1.5, 1999/09/28 19:59:06 version 1.6, 1999/09/29 01:37:05
Line 26 
Line 26 
 #  #
 # Changed RSAAuthentication to no/bg  # Changed RSAAuthentication to no/bg
 RSAAuthentication no  RSAAuthentication no
 #  
 # To enable tunneled clear text passwords, change to yes here!  # To disable tunneled clear text passwords, change to no here!
 PasswordAuthentication yes  PasswordAuthentication yes
 PermitEmptyPasswords no  PermitEmptyPasswords no
   
   # To change Kerberos options
   #KerberosAuthentication no
 #KerberosOrLocalPasswd yes  #KerberosOrLocalPasswd yes
   #AFSTokenPassing no
   #KerberosTicketCleanup no
   
 # Kerberos TGT Passing does only work with the AFS kaserver  # Kerberos TGT Passing does only work with the AFS kaserver
 #KerberosTgtPassing yes  #KerberosTgtPassing yes
   
 # AllowHosts *.our.com friend.other.com  
 # DenyHosts lowsecurity.theirs.com *.evil.org evil.org  
   
 # XXX implement these  # XXX implement these
 #UseLogin no  #UseLogin no
 #CheckMail no  #CheckMail no
   
   # AllowHosts *.our.com friend.other.com
   # DenyHosts lowsecurity.theirs.com *.evil.org evil.org
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6