summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r--ssh-keyscan.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index c35ea05e0..65ef43efd 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.31 2013/07/16 00:07:52 schwarze Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.33 2013/12/07 11:58:46 naddy 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: July 16 2013 $ 9.Dd $Mdocdate: December 7 2013 $
10.Dt SSH-KEYSCAN 1 10.Dt SSH-KEYSCAN 1
11.Os 11.Os
12.Sh NAME 12.Sh NAME
@@ -89,7 +89,8 @@ The possible values are
89.Dq rsa1 89.Dq rsa1
90for protocol version 1 and 90for protocol version 1 and
91.Dq dsa , 91.Dq dsa ,
92.Dq ecdsa 92.Dq ecdsa ,
93.Dq ed25519 ,
93or 94or
94.Dq rsa 95.Dq rsa
95for protocol version 2. 96for protocol version 2.
@@ -137,6 +138,7 @@ is either
137.Dq ecdsa-sha2-nistp256 , 138.Dq ecdsa-sha2-nistp256 ,
138.Dq ecdsa-sha2-nistp384 , 139.Dq ecdsa-sha2-nistp384 ,
139.Dq ecdsa-sha2-nistp521 , 140.Dq ecdsa-sha2-nistp521 ,
141.Dq ssh-ed25519 ,
140.Dq ssh-dss 142.Dq ssh-dss
141or 143or
142.Dq ssh-rsa . 144.Dq ssh-rsa .