On 16/12/99 Matthew Dalton wrote:

You can.... Use ssh and don't run sshd from inetd.

ssh uses tcp wrappers regardless of whether you run it from inetd or not (unless you specifically recompile without them) so you need to add

sshd: ALL

to /etc/hosts.allow

in order to allow ssh connection from anywhere.

Ethan

Reply via email to