diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2006-03-16 04:24:43 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2006-03-16 04:24:43 +0000 |
commit | fc483855469f078e42fe3c9738e95755e9dba8c4 (patch) | |
tree | 515f67fb351f470e8847fd205e7980506f1742ed /usr.bin/ssh/ssh.1 | |
parent | c92034840d8dec600a825fc03316c2fb723f665c (diff) |
Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs
that OpenSSH supports
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index e66ad9e88d8..139b0015417 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.257 2006/02/24 20:31:30 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.258 2006/03/16 04:24:42 djm Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1388,6 +1388,11 @@ manual page for more information. .%T "Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol" .%D 2006 .Re +.Rs +.%R RFC 4419 +.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol" +.%D 2006 +.Re .Sh AUTHORS OpenSSH is a derivative of the original and free ssh 1.2.12 release by Tatu Ylonen. |