upstream: ssh-keyscan -q man bits
OpenBSD-Commit-ID: ba28d0e1ac609a4c99c453e57e86560c79079db1
This commit is contained in:
parent
092e4ff9cc
commit
d172ad56df
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.49 2023/02/10 06:41:53 jmc Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.50 2024/06/14 05:00:42 djm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
||||||
.\"
|
.\"
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
.\" permitted provided that due credit is given to the author and the
|
.\" permitted provided that due credit is given to the author and the
|
||||||
.\" OpenBSD project by leaving this copyright notice intact.
|
.\" OpenBSD project by leaving this copyright notice intact.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: February 10 2023 $
|
.Dd $Mdocdate: June 14 2024 $
|
||||||
.Dt SSH-KEYSCAN 1
|
.Dt SSH-KEYSCAN 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
.Nd gather SSH public keys from servers
|
.Nd gather SSH public keys from servers
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm ssh-keyscan
|
.Nm ssh-keyscan
|
||||||
.Op Fl 46cDHv
|
.Op Fl 46cDHqv
|
||||||
.Op Fl f Ar file
|
.Op Fl f Ar file
|
||||||
.Op Fl O Ar option
|
.Op Fl O Ar option
|
||||||
.Op Fl p Ar port
|
.Op Fl p Ar port
|
||||||
|
@ -143,6 +143,9 @@ The default is to fetch
|
||||||
and
|
and
|
||||||
.Dq ed25519-sk
|
.Dq ed25519-sk
|
||||||
keys.
|
keys.
|
||||||
|
.It Fl q
|
||||||
|
Quiet mode:
|
||||||
|
do not print server host name and banners in comments.
|
||||||
.It Fl v
|
.It Fl v
|
||||||
Verbose mode:
|
Verbose mode:
|
||||||
print debugging messages about progress.
|
print debugging messages about progress.
|
||||||
|
|
Loading…
Reference in New Issue