Date: Tue, 4 Jan 2005 14:37:19 -0500 From: Brian McCann <bjmccann@gmail.com> To: Aaron Nichols <adnichols@gmail.com> Cc: FreeBSD mailinglist <freebsd-questions@freebsd.org> Subject: Re: SSH & 5.3 Problems Message-ID: <2b5f066d05010411374e15a206@mail.gmail.com> In-Reply-To: <ac055384050104101724c2bfb4@mail.gmail.com> References: <2b5f066d05010405413cf48f99@mail.gmail.com> <41DAA4C9.6010909@landgren.net> <2b5f066d0501040716173effb9@mail.gmail.com> <2b5f066d05010407165bba4ae0@mail.gmail.com> <ac055384050104101724c2bfb4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tried that ....I set PuTTY to use only V2 and it died as well. I guess it's possible that older versions of PuTTY has an SSH v2 bug, but it happened from FreeBSD trying that too. :-/ Thanks though, --Brian On Tue, 4 Jan 2005 10:17:34 -0800, Aaron Nichols <adnichols@gmail.com> wrote: > On Tue, 4 Jan 2005 10:16:37 -0500, Brian McCann <bjmccann@gmail.com> wrote: > > That's just it...I didn't see any errors. Originally it was throwing > > errors that it couldn't lookup the name of the workstation, but once > > that got fixed I wasn't getting anything. I've got to try putting > > sshd into verbose later this afternoon... > > Note that as of 5.x only protocol version 2 is supported by default. > Thus, you may want to try changing the following line in > /etc/ssh/sshd_config: > > from: > #Protocol 2 > > to: > Protocol 2,1 > > This will enable ssh1 support > > Aaron >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2b5f066d05010411374e15a206>