mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
upstream: Add missing *-sk types to ssh-keyscan manpage. From
skazi0 via github PR#294. OpenBSD-Commit-ID: fda2c869cdb871f3c90a89fb3f985370bb5d25c0
This commit is contained in:
parent
ea97ec98c4
commit
38ed6c57e9
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.45 2019/11/30 07:07:59 jmc Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.46 2022/06/03 04:00:15 dtucker 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: November 30 2019 $
|
.Dd $Mdocdate: June 3 2022 $
|
||||||
.Dt SSH-KEYSCAN 1
|
.Dt SSH-KEYSCAN 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -103,14 +103,18 @@ The possible values are
|
|||||||
.Dq dsa ,
|
.Dq dsa ,
|
||||||
.Dq ecdsa ,
|
.Dq ecdsa ,
|
||||||
.Dq ed25519 ,
|
.Dq ed25519 ,
|
||||||
|
.Dq ecdsa-sk ,
|
||||||
|
.Dq ed25519-sk ,
|
||||||
or
|
or
|
||||||
.Dq rsa .
|
.Dq rsa .
|
||||||
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 ,
|
.Dq ecdsa ,
|
||||||
|
.Dq ed25519 ,
|
||||||
|
.Dq ecdsa-sk ,
|
||||||
and
|
and
|
||||||
.Dq ed25519
|
.Dq ed25519-sk
|
||||||
keys.
|
keys.
|
||||||
.It Fl v
|
.It Fl v
|
||||||
Verbose mode:
|
Verbose mode:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user