diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-18 07:46:27 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-18 07:46:27 +0100 |
commit | 8ba0ead6985ea14999265136b14ffd5aeec516f9 (patch) | |
tree | 1fdf16c075d97bbcbe5548ce8ec2082d04d3925c /ssh-keyscan.1 | |
parent | - djm@cvs.openbsd.org 2013/12/07 08:08:26 (diff) | |
download | openssh-8ba0ead6985ea14999265136b14ffd5aeec516f9.tar.xz openssh-8ba0ead6985ea14999265136b14ffd5aeec516f9.zip |
- naddy@cvs.openbsd.org 2013/12/07 11:58:46
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1]
[ssh_config.5 sshd.8 sshd_config.5]
add missing mentions of ed25519; ok djm@
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r-- | ssh-keyscan.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1 index 79dd6aa1c..65ef43efd 100644 --- a/ssh-keyscan.1 +++ b/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. |