[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.40 and 1.41

version 1.40, 2017/05/02 17:04:09 version 1.41, 2018/02/23 05:14:05
Line 15 
Line 15 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-keyscan  .Nm ssh-keyscan
 .Bk -words  .Bk -words
 .Op Fl 46cHv  .Op Fl 46cDHv
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl p Ar port  .Op Fl p Ar port
 .Op Fl T Ar timeout  .Op Fl T Ar timeout
Line 56 
Line 56 
 to use IPv6 addresses only.  to use IPv6 addresses only.
 .It Fl c  .It Fl c
 Request certificates from target hosts instead of plain keys.  Request certificates from target hosts instead of plain keys.
   .It Fl D
   Print keys found as SSHFP DNS records.
   The default is to print keys in a format usable as a
   .Xr ssh 1
   .Pa known_hosts
   file.
 .It Fl f Ar file  .It Fl f Ar file
 Read hosts or  Read hosts or
 .Dq addrlist namelist  .Dq addrlist namelist
Line 159 
Line 165 
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1 ,
 .Xr sshd 8  .Xr sshd 8
   .%R RFC 4255
   .%T "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints"
   .%D 2006
   .Re
 .Sh AUTHORS  .Sh AUTHORS
 .An -nosplit  .An -nosplit
 .An David Mazieres Aq Mt dm@lcs.mit.edu  .An David Mazieres Aq Mt dm@lcs.mit.edu

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41