Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2003 10:52:41 +0200
From:      Andreas =?iso-8859-1?Q?Wider=F8e?= Andersen <awand@pragma.no>
To:        freebsd-questions@freebsd.org
Subject:   Re: freebsd 4.8 ssh access woes
Message-ID:  <5.2.0.9.0.20030414104949.00b5f690@mail.pragma.no>
In-Reply-To: <20030414074347.GA4541@marvin.penguinpowered.org.uk>
References:  <20030414060333.GB30496@athomson.prv.au.itouchnet.net> <20030414060333.GB30496@athomson.prv.au.itouchnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At 08:43 14.04.2003 +0100, Wayne Pascoe wrote:
>On Mon, Apr 14, 2003 at 04:03:33PM +1000, Andrew Thomson wrote:
>
> > If I change the putty client to use ssh2, they can log on fine.. however
> > I'm just curious as to why they can no longer log on using ssh1.
>
>As far as I am aware, there are some problems with v1 of the SSH
>protocol. The OpenSSH team have been advising people for some time now
>to switch to SSH Protocol V2. It is possible that this is the new
>default on 4.8 installs ?
>
>--
>Wayne Pascoe


Did you check if SSH1 is enabled?

more /etc/ssh/sshd_config

Look for "Protocol"

If it says

#Port 22
Protocol 2
#ListenAddress 0.0.0.0
#ListenAddress ::

then you've only enabled SSH2. To enable SSH1 aswell you need to add this:

Protocol 2, 1
-> Restart sshd

/Andreas


---
Andreas Wider=F8e Andersen <awand@pragma.no>
Pragma AS

http://www.pragma.no=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.2.0.9.0.20030414104949.00b5f690>