From 50996f7ea20db69057fa8dc13a911c8ed3c3ff6c Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Tue, 4 Apr 2000 15:19:44 +0000 Subject: ssh2 client implementation, interops w/ ssh.com and lsh servers. --- usr.bin/ssh/compat.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/compat.c') diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index a4579b46013..a9a3e755e28 100644 --- a/usr.bin/ssh/compat.c +++ b/usr.bin/ssh/compat.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$Id: compat.c,v 1.6 2000/04/03 07:07:15 markus Exp $"); +RCSID("$Id: compat.c,v 1.7 2000/04/04 15:19:42 markus Exp $"); #include "ssh.h" #include "packet.h" @@ -40,7 +40,9 @@ int datafellows = 0; void enable_compat20(void) { - fatal("protocol 2.0 not implemented"); + verbose("Enabling compatibility mode for protocol 2.0"); + compat20 = 1; + packet_set_ssh2_format(); } void enable_compat13(void) -- cgit v1.2.3