summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-05-02 17:04:09 +0000
committerDamien Miller <djm@mindrot.org>2017-05-08 09:18:05 +1000
commitf10c0d32cde2084d2a0b19bc47d80cb93e85a093 (patch)
treeca5056b4dab3e41f0cfca0055cce3de930ae7b7e /ssh-keyscan.1
parent42b690b4fd0faef78c4d68225948b6e5c46c5163 (diff)
upstream commit
rsa1 is no longer valid; Upstream-ID: 9953d09ed9841c44b7dcf7019fa874783a709d89
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r--ssh-keyscan.19
1 files changed, 3 insertions, 6 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 82bcb5d01..aa4a2ae83 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.39 2017/04/30 23:18:44 djm Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.40 2017/05/02 17:04:09 jmc Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -6,7 +6,7 @@
6.\" permitted provided that due credit is given to the author and the 6.\" permitted provided that due credit is given to the author and the
7.\" OpenBSD project by leaving this copyright notice intact. 7.\" OpenBSD project by leaving this copyright notice intact.
8.\" 8.\"
9.Dd $Mdocdate: April 30 2017 $ 9.Dd $Mdocdate: May 2 2017 $
10.Dt SSH-KEYSCAN 1 10.Dt SSH-KEYSCAN 1
11.Os 11.Os
12.Sh NAME 12.Sh NAME
@@ -90,14 +90,11 @@ Default is 5 seconds.
90.It Fl t Ar type 90.It Fl t Ar type
91Specifies the type of the key to fetch from the scanned hosts. 91Specifies the type of the key to fetch from the scanned hosts.
92The possible values are 92The possible values are
93.Dq rsa1
94for protocol version 1 and
95.Dq dsa , 93.Dq dsa ,
96.Dq ecdsa , 94.Dq ecdsa ,
97.Dq ed25519 , 95.Dq ed25519 ,
98or 96or
99.Dq rsa 97.Dq rsa .
100for protocol version 2.
101Multiple values may be specified by separating them with commas. 98Multiple values may be specified by separating them with commas.
102The default is to fetch 99The default is to fetch
103.Dq rsa , 100.Dq rsa ,