<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks to both of the responders... -so far-<br>
<br>
Dean- I used the default config file which worked on my test boxen
(protocol 2,1).<br>
Bob- Tried changing the PassAuthen to yes (stop and start sshd) and
used keyboard authen on client.<br>
Still no joy.<br>
I's weird that the test box/build worked fine on the first try... If it
were Winders I'd say reinstall ;) <br>
<br>
Anyone else?<br>
<br>
Dean wrote:<br>
Check to see if your ssh config(sshd_config) on your linux box is only
allowing ssh2 and your windows ssh client is trying only ssh1?
<br>
<br>
Bob Blick wrote:
<blockquote
 cite="mid18449.66.52.191.4.1158258650.squirrel@webmail.sonic.net"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I can log in at the console using SSH to localhost, however when I try
to log in from a remote "Windows box" using SecureShell I get an error
"Algorythm negotiation failed" Key exchange with the remote host
failed... I have double checked the config file and restarted sshd and
the server. Still no joy.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm generally too lazy to use keys so I do interactive keyboard
authentication with a password. But many times the /etc/ssh/sshd_config
needs this line added:

PasswordAuthentication yes

That always has worked for me - if you use SSH Secure Shell as the Windows
client, make sure you choose Keyboard Interactive as the authentication
method.

You might at least give this method a try.

Cheerful regards,

Bob



  </pre>
</blockquote>
</body>
</html>