diff options
author | Damien Miller <djm@mindrot.org> | 2008-06-30 00:07:00 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-06-30 00:07:00 +1000 |
commit | 1e18beb1e72276e4d240560725fa916c1b068ff3 (patch) | |
tree | 8d25cc325c87320d5d61129be42f4b13a4c7affe /PROTOCOL | |
parent | 471db5c2eb4c25b9e7c9257e811b07067ef731a4 (diff) |
- djm@cvs.openbsd.org 2008/06/28 14:08:30
[PROTOCOL PROTOCOL.agent]
document the protocol used by ssh-agent; "looks ok" markus@
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,9 @@ http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt | |||
9 | Features from newer versions of the draft are not supported, unless | 9 | Features from newer versions of the draft are not supported, unless |
10 | explicitly implemented as extensions described below. | 10 | explicitly implemented as extensions described below. |
11 | 11 | ||
12 | The protocol used by OpenSSH's ssh-agent is described in the file | ||
13 | PROTOCOL.agent | ||
14 | |||
12 | 1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com" | 15 | 1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com" |
13 | 16 | ||
14 | This is a new transport-layer MAC method using the UMAC algorithm | 17 | This is a new transport-layer MAC method using the UMAC algorithm |
@@ -237,4 +240,4 @@ The values of the f_flag bitmask are as follows: | |||
237 | This extension is advertised in the SSH_FXP_VERSION hello with version | 240 | This extension is advertised in the SSH_FXP_VERSION hello with version |
238 | "2". | 241 | "2". |
239 | 242 | ||
240 | $OpenBSD: PROTOCOL,v 1.8 2008/06/28 07:25:07 djm Exp $ | 243 | $OpenBSD: PROTOCOL,v 1.9 2008/06/28 14:08:30 djm Exp $ |