summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2013-01-02 00:33:49 +0000
committerdjm <djm@openbsd.org>2013-01-02 00:33:49 +0000
commit1125a16b793f0390694d5540b48360d3b494e259 (patch)
tree91954a083370aa97bcefce0d8adf97b847403c69
parentchannel_setup_local_fwd_listener() returns 0 on failure, not -ve (diff)
downloadwireguard-openbsd-1125a16b793f0390694d5540b48360d3b494e259.tar.xz
wireguard-openbsd-1125a16b793f0390694d5540b48360d3b494e259.zip
correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED
bz#2051 from david AT lechnology.com
-rw-r--r--usr.bin/ssh/PROTOCOL.agent4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/PROTOCOL.agent b/usr.bin/ssh/PROTOCOL.agent
index de94d037d82..3fcaa14d417 100644
--- a/usr.bin/ssh/PROTOCOL.agent
+++ b/usr.bin/ssh/PROTOCOL.agent
@@ -152,7 +152,7 @@ fully specified using just rsa_q, rsa_p and rsa_e at the cost of extra
computation.
"key_constraints" may only be present if the request type is
-SSH_AGENTC_ADD_RSA_IDENTITY.
+SSH_AGENTC_ADD_RSA_ID_CONSTRAINED.
The agent will reply with a SSH_AGENT_SUCCESS if the key has been
successfully added or a SSH_AGENT_FAILURE if an error occurred.
@@ -557,4 +557,4 @@ Locking and unlocking affects both protocol 1 and protocol 2 keys.
SSH_AGENT_CONSTRAIN_LIFETIME 1
SSH_AGENT_CONSTRAIN_CONFIRM 2
-$OpenBSD: PROTOCOL.agent,v 1.6 2010/08/31 11:54:45 djm Exp $
+$OpenBSD: PROTOCOL.agent,v 1.7 2013/01/02 00:33:49 djm Exp $