freebsd 4.8 ssh access woes

AndreasWiderøeAndersen awand at pragma.no
Mon Apr 14 01:53:31 PDT 2003


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øe Andersen <awand at pragma.no>
Pragma AS

http://www.pragma.no 



More information about the freebsd-questions mailing list