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

Diff for /src/usr.bin/ssh/ssh-keyscan.1 between version 1.3.2.5 and 1.3.2.6

version 1.3.2.5, 2001/09/27 00:15:42 version 1.3.2.6, 2002/03/08 17:04:43
Line 104 
Line 104 
 host key for machine  host key for machine
 .Pa hostname :  .Pa hostname :
 .Bd -literal  .Bd -literal
 ssh-keyscan hostname  $ ssh-keyscan hostname
 .Ed  .Ed
 .Pp  .Pp
 Find all hosts from the file  Find all hosts from the file
Line 112 
Line 112 
 which have new or different keys from those in the sorted file  which have new or different keys from those in the sorted file
 .Pa ssh_known_hosts :  .Pa ssh_known_hosts :
 .Bd -literal  .Bd -literal
 ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\  $ ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\
         sort -u - ssh_known_hosts | diff ssh_known_hosts -          sort -u - ssh_known_hosts | diff ssh_known_hosts -
 .Ed  .Ed
 .Sh FILES  .Sh FILES

Legend:
Removed from v.1.3.2.5  
changed lines
  Added in v.1.3.2.6