artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce68a03
)
Fix typo. From AlexanderStohr via github PR#343.
author
dtucker
<dtucker@openbsd.org>
Wed, 21 Sep 2022 22:26:50 +0000
(22:26 +0000)
committer
dtucker
<dtucker@openbsd.org>
Wed, 21 Sep 2022 22:26:50 +0000
(22:26 +0000)
usr.bin/ssh/PROTOCOL.agent
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/PROTOCOL.agent
b/usr.bin/ssh/PROTOCOL.agent
index
ec2c47b
..
dba76b0
100644
(file)
--- a/
usr.bin/ssh/PROTOCOL.agent
+++ b/
usr.bin/ssh/PROTOCOL.agent
@@
-54,7
+54,7
@@
Where a constraint consists of:
string to_hostname
keyspec[] to_hostkeys
-An a keyspec consists of:
+An
d
a keyspec consists of:
string keyblob
bool is_ca
@@
-81,4
+81,4
@@
the constraint is:
This option is only valid for XMSS keys.
-$OpenBSD: PROTOCOL.agent,v 1.1
7 2022/05/09 08:25:27
dtucker Exp $
+$OpenBSD: PROTOCOL.agent,v 1.1
8 2022/09/21 22:26:50
dtucker Exp $