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-keysign.8 | |
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-keysign.8')
-rw-r--r-- | usr.bin/ssh/ssh-keysign.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign.8 b/usr.bin/ssh/ssh-keysign.8 index 5e0b2d23246..69d082954df 100644 --- a/usr.bin/ssh/ssh-keysign.8 +++ b/usr.bin/ssh/ssh-keysign.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keysign.8,v 1.13 2013/07/16 00:07:52 schwarze Exp $ +.\" $OpenBSD: ssh-keysign.8,v 1.14 2013/12/07 11:58:46 naddy Exp $ .\" .\" Copyright (c) 2002 Markus Friedl. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: December 7 2013 $ .Dt SSH-KEYSIGN 8 .Os .Sh NAME @@ -63,6 +63,7 @@ is enabled. .Pp .It Pa /etc/ssh/ssh_host_dsa_key .It Pa /etc/ssh/ssh_host_ecdsa_key +.It Pa /etc/ssh/ssh_host_ed25519_key .It Pa /etc/ssh/ssh_host_rsa_key These files contain the private parts of the host keys used to generate the digital signature. @@ -74,6 +75,7 @@ must be set-uid root if host-based authentication is used. .Pp .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub .It Pa /etc/ssh/ssh_host_ecdsa_key-cert.pub +.It Pa /etc/ssh/ssh_host_ed25519_key-cert.pub .It Pa /etc/ssh/ssh_host_rsa_key-cert.pub If these files exist they are assumed to contain public certificate information corresponding with the private keys above. |