[openssh-commits] [openssh] 01/03: upstream: Add missing *-sk types to ssh-keyscan manpage. From
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 3 14:34:21 AEST 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 38ed6c57e9e592c08e020fa6e82b45b4e1040970
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Jun 3 04:00:15 2022 +0000
upstream: Add missing *-sk types to ssh-keyscan manpage. From
skazi0 via github PR#294.
OpenBSD-Commit-ID: fda2c869cdb871f3c90a89fb3f985370bb5d25c0
---
ssh-keyscan.1 | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index f9df75d4..4eb0bea0 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -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 at lcs.mit.edu>.
.\"
@@ -6,7 +6,7 @@
.\" permitted provided that due credit is given to the author and the
.\" OpenBSD project by leaving this copyright notice intact.
.\"
-.Dd $Mdocdate: November 30 2019 $
+.Dd $Mdocdate: June 3 2022 $
.Dt SSH-KEYSCAN 1
.Os
.Sh NAME
@@ -103,14 +103,18 @@ The possible values are
.Dq dsa ,
.Dq ecdsa ,
.Dq ed25519 ,
+.Dq ecdsa-sk ,
+.Dq ed25519-sk ,
or
.Dq rsa .
Multiple values may be specified by separating them with commas.
The default is to fetch
.Dq rsa ,
.Dq ecdsa ,
+.Dq ed25519 ,
+.Dq ecdsa-sk ,
and
-.Dq ed25519
+.Dq ed25519-sk
keys.
.It Fl v
Verbose mode:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list