[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.38 and 1.39

version 1.38, 2001/04/15 21:41:29 version 1.39, 2001/05/20 17:20:36
Line 39 
Line 39 
 HostbasedAuthentication no  HostbasedAuthentication no
 #  #
 RSAAuthentication yes  RSAAuthentication yes
   PubkeyAuthentication yes
   #AuthorizedKeysFile     %h/.ssh/authorized_keys
   #AuthorizedKeysFile2    %h/.ssh/authorized_keys2
   
 # To disable tunneled clear text passwords, change to no here!  # To disable tunneled clear text passwords, change to no here!
 PasswordAuthentication yes  PasswordAuthentication yes

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39