diff options
author | 2018-10-26 01:23:03 +0000 | |
---|---|---|
committer | 2018-10-26 01:23:03 +0000 | |
commit | 9865609b141e041a97a40942dd5a246ee4fdb867 (patch) | |
tree | f55c908a267188b2b52b607286659c8b2ca422ce | |
parent | New mesa uses the I915_MMAP_WC flag which we advertise but don't actually (diff) | |
download | wireguard-openbsd-9865609b141e041a97a40942dd5a246ee4fdb867.tar.xz wireguard-openbsd-9865609b141e041a97a40942dd5a246ee4fdb867.zip |
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 $ |