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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.110 and 1.111

version 1.110, 2008/06/12 19:10:09 version 1.111, 2008/06/26 11:46:31
Line 161 
Line 161 
 file.  file.
 This allows ssh to detect if a host key changed due to DNS spoofing.  This allows ssh to detect if a host key changed due to DNS spoofing.
 If the option is set to  If the option is set to
 .Dq fingerprint ,  
 a fingerprint and an ASCII art representation of the key are printed,  
 in addition to the host IP address check.  
 If the option is set to  
 .Dq no ,  .Dq no ,
 the check will not be executed.  the check will not be executed.
 The default is  The default is
Line 1064 
Line 1060 
 .Sx VERIFYING HOST KEYS  .Sx VERIFYING HOST KEYS
 in  in
 .Xr ssh 1 .  .Xr ssh 1 .
   .It Cm VisualHostKey
   If this flag is set to
   .Dq yes ,
   an ASCII art representation of the remote host key fingerprint is
   printed additionally to the hex fingerprint string.
   If this flag is set to
   .Dq no ,
   only the hex fingerprint string will be printed.
   The default is
   .Dq no .
 .It Cm XAuthLocation  .It Cm XAuthLocation
 Specifies the full pathname of the  Specifies the full pathname of the
 .Xr xauth 1  .Xr xauth 1

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111