[BACK]Return to sshd.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.8 between version 1.44 and 1.45

version 1.44, 2000/05/02 23:41:31 version 1.45, 2000/05/03 07:22:09
Line 303 
Line 303 
 .Nm  .Nm
 should ignore the user's  should ignore the user's
 .Pa $HOME/.ssh/known_hosts  .Pa $HOME/.ssh/known_hosts
 and  during
 .Pa $HOME/.ssh/known_hosts2  
 files during  
 .Cm RhostsRSAAuthentication .  .Cm RhostsRSAAuthentication .
 The default is  The default is
 .Dq no .  .Dq no .
Line 769 
Line 767 
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
 .It Pa "/etc/ssh_known_hosts" and "$HOME/.ssh/known_hosts"  .It Pa "/etc/ssh_known_hosts" and "$HOME/.ssh/known_hosts"
 These files are consulted when using rhosts with RSA host  These files are consulted when using rhosts with RSA host
 authentication to check the public key of the host.  
 The key must be listed in one of these files to be accepted.  
 The client uses the same files  
 to verify that the remote host is the one we intended to connect.  
 These files should be writable only by root/the owner.  
 .Pa /etc/ssh_known_hosts  
 should be world-readable, and  
 .Pa $HOME/.ssh/known_hosts  
 can but need not be world-readable.  
 .It Pa "/etc/ssh_known_hosts2" and "$HOME/.ssh/known_hosts2"  
 These files are consulted when using rhosts with DSA host  
 authentication to check the public key of the host.  authentication to check the public key of the host.
 The key must be listed in one of these files to be accepted.  The key must be listed in one of these files to be accepted.
 The client uses the same files  The client uses the same files

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45