[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.16.2.4 and 1.17

version 1.16.2.4, 2001/03/21 18:53:17 version 1.17, 2000/06/17 22:52:34
Line 1 
Line 1 
 #       $OpenBSD$  # This is ssh server systemwide configuration file.
   
 # This is the sshd server system-wide configuration file.  See sshd(8)  
 # for more information.  
   
 Port 22  Port 22
 #Protocol 2,1  #Protocol 2,1
 #ListenAddress 0.0.0.0  #ListenAddress 0.0.0.0
 #ListenAddress ::  #ListenAddress ::
 HostKey /etc/ssh_host_key  HostKey /etc/ssh_host_key
 HostKey /etc/ssh_host_rsa_key  
 HostKey /etc/ssh_host_dsa_key  
 ServerKeyBits 768  ServerKeyBits 768
 LoginGraceTime 600  LoginGraceTime 600
 KeyRegenerationInterval 3600  KeyRegenerationInterval 3600
Line 40 
Line 35 
 # To disable tunneled clear text passwords, change to no here!  # To disable tunneled clear text passwords, change to no here!
 PasswordAuthentication yes  PasswordAuthentication yes
 PermitEmptyPasswords no  PermitEmptyPasswords no
   
 # Uncomment to disable s/key passwords  # Uncomment to disable s/key passwords
 #ChallengeResponseAuthentication no  #SkeyAuthentication no
   
 # To change Kerberos options  # To change Kerberos options
 #KerberosAuthentication no  #KerberosAuthentication no
Line 56 
Line 50 
 #CheckMail yes  #CheckMail yes
 #UseLogin no  #UseLogin no
   
 #MaxStartups 10:30:60  #Subsystem      sftp    /usr/local/sbin/sftpd
 #Banner /etc/issue.net  
 #ReverseMappingCheck yes  
   
 Subsystem       sftp    /usr/libexec/sftp-server  

Legend:
Removed from v.1.16.2.4  
changed lines
  Added in v.1.17