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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.12 and 1.13

version 1.12, 1999/10/03 18:46:12 version 1.13, 1999/10/03 21:50:04
Line 640 
Line 640 
 RSA authentication will only be  RSA authentication will only be
 attempted if the identity file exists, or an authentication agent is  attempted if the identity file exists, or an authentication agent is
 running.  running.
   .It Cm CheckHostIP
   If this flag is set to
   .Dq yes ,
   ssh will additionally check the host ip address in the
   .Pa known_hosts
   file. This allows ssh to detect if a host key changed due to DNS spoofing.
   If the option is set to
   .Dq no ,
   the check will not be executed.
 .It Cm StrictHostKeyChecking  .It Cm StrictHostKeyChecking
 If this flag is set to  If this flag is set to
 .Dq yes ,  .Dq yes ,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13