You are not logged in.
Pages: 1
I have been struggling with this for hours now.
I just installed widget and I cant connect to the box via ssh.
I have the daemon started, and netstat shows it listening.
I enabled root access in sshd_config and I commented out the lines in pam.d/sshd to disable root logon.
I even tried created another user and I still can't connect.
Anyone have any idea's?
Thanks
Snorkel
Offline
Or even better, add:
sshd: ALL
to /etc/hosts.allow
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
I need to write sshd or ssh?
In other words, i need to write name of a service, or name, listed in /etc/services?
P.S. why /etc/services so small?
Best wishes, Alexander Solovyov
Offline
I copied that line right out of my hosts.allow, it is correct.
You need to type the name of the service as it's seen in /etc/services.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
I copied that line right out of my hosts.allow, it is correct.
You need to type the name of the service as it's seen in /etc/services.
erm... i'm not so sure about that. First of all, my /etc/services (fresh from a 0.6 install) doesnt have a ssh or sshd anywhere. If i do add a "ssh 22/tcp", then put a "ssh: ALLOW" in /etc/hosts.allow, that still doesnt work. If i change the ssh: ALLOW to sshd: ALLOW, that works (and i can remove the ssh line from etc-services as well)
Offline
Ok then, the services part was wrong... that's only for inetd type applications. My initial statement stands though.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Pages: 1