=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/PROTOCOL,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/PROTOCOL 2008/06/28 07:25:07 1.8 +++ src/usr.bin/ssh/PROTOCOL 2008/06/28 14:08:30 1.9 @@ -9,6 +9,9 @@ Features from newer versions of the draft are not supported, unless explicitly implemented as extensions described below. +The protocol used by OpenSSH's ssh-agent is described in the file +PROTOCOL.agent + 1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com" This is a new transport-layer MAC method using the UMAC algorithm @@ -237,4 +240,4 @@ This extension is advertised in the SSH_FXP_VERSION hello with version "2". -$OpenBSD: PROTOCOL,v 1.8 2008/06/28 07:25:07 djm Exp $ +$OpenBSD: PROTOCOL,v 1.9 2008/06/28 14:08:30 djm Exp $