diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2018-10-26 01:23:04 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2018-10-26 01:23:04 +0000 |
commit | a880c05cd90ba26e7a0b5754f0e9d28fc5e6c846 (patch) | |
tree | d16c0efcaf660bb8a3fb5ccb49defc62920b2b36 | |
parent | bf35b5be0731f073ba51686929deff297b2a74d3 (diff) |
mention ssh-ed25519-cert-v01@openssh.com in list of cert key type
at start of doc
-rw-r--r-- | usr.bin/ssh/PROTOCOL.certkeys | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/PROTOCOL.certkeys b/usr.bin/ssh/PROTOCOL.certkeys index 11363fdc370..48338e671cc 100644 --- a/usr.bin/ssh/PROTOCOL.certkeys +++ b/usr.bin/ssh/PROTOCOL.certkeys @@ -36,6 +36,7 @@ Certified keys are represented using new key types: ecdsa-sha2-nistp256-cert-v01@openssh.com ecdsa-sha2-nistp384-cert-v01@openssh.com ecdsa-sha2-nistp521-cert-v01@openssh.com + ssh-ed25519-cert-v01@openssh.com Two additional types exist for RSA certificates to force use of SHA-2 signatures (SHA-256 and SHA-512 respectively): @@ -303,4 +304,4 @@ permit-user-rc empty Flag indicating that execution of of this script will not be permitted if this option is not present. -$OpenBSD: PROTOCOL.certkeys,v 1.15 2018/07/03 11:39:54 djm Exp $ +$OpenBSD: PROTOCOL.certkeys,v 1.16 2018/10/26 01:23:03 djm Exp $ |