summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2010-03-03 22:50:40 +0000
committerdjm <djm@openbsd.org>2010-03-03 22:50:40 +0000
commit75d5613d021cda7d931a99367dd0c081b5c80aaf (patch)
treecc1f0e02ffbb17c39428ec97d63da3634fd41b0b
parentthe authorized_keys option for CA keys is "cert-authority", not (diff)
downloadwireguard-openbsd-75d5613d021cda7d931a99367dd0c081b5c80aaf.tar.xz
wireguard-openbsd-75d5613d021cda7d931a99367dd0c081b5c80aaf.zip
s/similar same/similar/; from imorgan AT nas.nasa.gov
-rw-r--r--usr.bin/ssh/PROTOCOL.certkeys4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/PROTOCOL.certkeys b/usr.bin/ssh/PROTOCOL.certkeys
index 1e24fa025d4..1ed9e206410 100644
--- a/usr.bin/ssh/PROTOCOL.certkeys
+++ b/usr.bin/ssh/PROTOCOL.certkeys
@@ -48,7 +48,7 @@ New public key formats
----------------------
The ssh-rsa-cert-v00@openssh.com and ssh-dss-cert-v00@openssh.com key
-types take a similar same high-level format (note: data types and
+types take a similar high-level format (note: data types and
encoding are as per RFC4251 section 5). The serialised wire encoding of
these certificates is also used for storing them on disk.
@@ -190,4 +190,4 @@ source-address string Comma-separated list of source addresses
certificates may be presented from any
source address.
-$OpenBSD: PROTOCOL.certkeys,v 1.2 2010/03/02 23:22:44 djm Exp $
+$OpenBSD: PROTOCOL.certkeys,v 1.3 2010/03/03 22:50:40 djm Exp $