diff options
author | 2013-12-07 11:58:46 +0000 | |
---|---|---|
committer | 2013-12-07 11:58:46 +0000 | |
commit | e2d09dd7f602ef66aade5d4d1e1e8da3ebb6ba96 (patch) | |
tree | 4eaee08abc2415a71b0c8bab45b36c43d8ab53b0 /usr.bin/ssh/ssh-keyscan.1 | |
parent | Remove the agp-specific bus_dma code. It is no longer used now that (diff) | |
download | wireguard-openbsd-e2d09dd7f602ef66aade5d4d1e1e8da3ebb6ba96.tar.xz wireguard-openbsd-e2d09dd7f602ef66aade5d4d1e1e8da3ebb6ba96.zip |
add missing mentions of ed25519; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.1')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1 index 79dd6aa1c0a..65ef43efd03 100644 --- a/usr.bin/ssh/ssh-keyscan.1 +++ b/usr.bin/ssh/ssh-keyscan.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keyscan.1,v 1.32 2013/12/06 13:39:49 markus Exp $ +.\" $OpenBSD: ssh-keyscan.1,v 1.33 2013/12/07 11:58:46 naddy Exp $ .\" .\" 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 .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: December 6 2013 $ +.Dd $Mdocdate: December 7 2013 $ .Dt SSH-KEYSCAN 1 .Os .Sh NAME @@ -89,7 +89,8 @@ The possible values are .Dq rsa1 for protocol version 1 and .Dq dsa , -.Dq ecdsa +.Dq ecdsa , +.Dq ed25519 , or .Dq rsa for protocol version 2. |