Re: SSH wont work
Norman Carver <[email protected]>
| Newsgroups | gmane.linux.mandrake.expert |
|---|---|
| Organization | SIUC |
| Message-ID | <[email protected]> |
On Tuesday 14 September 2010 07:37:32 pm Renaud (Ron) OLGIATI wrote: > Since I upgraded to 2010.0 I find I cannot ssh on the LAN. > > I have looked at the obvious, like addin sshd:all to /etc/hosts.allow, made > sure sshd is running. > > Is there any obvious gotcha I might have missed ? Would help to know what you mean by "cannot ssh." Did you upgrade client or server or both? What exactly happens when you try to connect? Generally: client just sits there: firewall issue "Connection closed by remote host" message: access control (hosts.* files) Password prompt but fails to login: username/password problem You should be able to do "tail -f /var/log/messages" on the server and see what is happening when you attempt to ssh. Norm