in /etc/ssh/ssh_config you can change the used Protokoll. By default SSH uses 2. But with machines which can only speak protokoll 1 you can't authenticate. you must comment out the Host * and Protocol parts.
Thorsten On Mon, 2001-12-17 at 04:32, Chuck Peters wrote: > > /etc/ssh/sshd_config has PasswordAuthenication no > set it to yes. > > Chuck > > On Mon, 17 Dec 2001, James Mclean wrote: > > > > > > > All, > > > > I am building a debian woody machine as we speak, and i have installed the > > latest .deb of OpenSSH... > > > > Installed fine, but it fails to authenticate a remote login, and if i try a > > login from the same machine's command line it also fails. > > > > This is the message from the command line... > > # ssh -l jamesmc xxx.xxx.xxx.xxx > > Neighbour Table Overflow > > ssh: connect to address xxx.xxx.xxx.xxx port 22. No Buffer Space > > > > I recieve no errors when attempting to login remotely, but fails to > > authenticate and continues to ask for the password... > > I cannot see anything the messages or syslog logfiles. > > > > # ssh -V > > OpenSSH_3.0.1p1, SSH Protocols 1.5/2.0, OpenSSL 0x0090602f > > > > I am tempted to install from source next. Any Ideas? > > > > Regards, > > > > James Mclean > > > > "Windows didn't get as bad as it is overnight -- it took over ten years of > > careful development." > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > --