[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSH1 - SSH2 Connectivity



First install a ssh1 package (I think the ssh package is it), then do
the following (from /usr/share/doc/ssh2/SSH2.QUICKSTART.gz):

>>>
Then add the following 2 lines to ssh2_config placed at the same directory
of sshd2_config. With this configuration, ssh2 client will invoke ssh1
client when contacting SSH1 server.

            Ssh1Compatibility   yes

            Ssh1Path            /usr/local/bin/ssh1

Replace "/usr/local/bin" with the directory where you installed ssh1
client. Consult the manual pages of sshd and ssh for other
configurations.
<<<

Gerry

On Wed, 18 Apr 2001, dansan wrote:

> Hello all,
> 
> I have succesfully installed the debian package for ssh2 (and sshd2)
> and it works marvellously.  The only problem I'm having is that I'm
> supposed to connect to some machines that are running sshd1 and I get
> an "Illegal protocol version" error... How can I work around this
> problem?
> 
> Any help is more than welcomed!
> Thanks.
> 
> -- 
> >From the hands of -< dansan >-
> 
> ------------------------------
> Not everything that can be counted counts, and not everything that
> counts can be counted.
> 		-- Albert Einstein
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: