[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.34 and 1.35

version 1.34, 2014/01/28 14:13:39 version 1.35, 2014/03/12 13:06:59
Line 98 
Line 98 
 for protocol version 2.  for protocol version 2.
 Multiple values may be specified by separating them with commas.  Multiple values may be specified by separating them with commas.
 The default is to fetch  The default is to fetch
 .Dq rsa  .Dq rsa ,
   .Dq ecdsa ,
 and  and
 .Dq ecdsa  .Dq ed25519
 keys.  keys.
 .It Fl v  .It Fl v
 Verbose mode.  Verbose mode.
Line 124 
Line 125 
 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4  1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4
 .Ed  .Ed
 .Pp  .Pp
 Output format for rsa1 keys:  Output format for RSA1 keys:
 .Bd -literal  .Bd -literal
 host-or-namelist bits exponent modulus  host-or-namelist bits exponent modulus
 .Ed  .Ed
 .Pp  .Pp
 Output format for rsa, dsa and ecdsa keys:  Output format for RSA, DSA, ECDSA, and ED25519 keys:
 .Bd -literal  .Bd -literal
 host-or-namelist keytype base64-encoded-key  host-or-namelist keytype base64-encoded-key
 .Ed  .Ed
Line 158 
Line 159 
 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,ecdsa -f ssh_hosts | \e  $ ssh-keyscan -t rsa,dsa,ecdsa,ed25519 -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 SEE ALSO  .Sh SEE ALSO

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35