[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-security] Re: New SSH pkg problem installing



From: "Robbert Hamburg \(HaVa Web- & Procesdesign\)" <user@xxxxxxx>
Date: Wed, 2 Apr 2003 14:34:58 +0200

Ps. Is there a way to limit ssh traffic to 1 ip only??


Yes, there is.  In /etc/hosts.allow, put the following line:
sshd: your.ip.address.here
sshd: your.domain.here


Then in /etc/hosts.deny, put the following line:

sshd: ALL


Restart network services
/etc/rc.d/init.d/inet restart

It should be good to go.

Michelle