|
|||||||||||
|
Re: root login
From: Caleb Phillips <cphillips(at)studioresource.com>
Date: Thu Nov 21 2002 - 13:09:25 EST
On Sat, 2002-11-16 at 12:21, André Valente - involved wrote:
I do not know if there is an sshd configuration directive to do this...the sshd_config man-page certainly does not elude to one...but there are a couple other ways you might accomplish this: if you are using a OS/Distro that has PAM support you can modify access.conf (/etc/security in most RH linux versions). You can also do this with iptables(or chains): /usr/local/sbin/iptables -A FORWARD -p TCP -i <WAN IFACE> -o <LAN IFACE> -s <IP TO ALLOW> --dport ssh -j ACCEPT or something like that...(assuming of course that --dport ssh is forwarded somewhere ;P) Good Luck -- ------------------------------------------- | Caleb Phillips | | The Studio Resource | | IT Specialist | | | | Handcrafted for you in Ximian Evolution | -------------------------------------------Received on Fri Nov 22 06:45:01 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:51 EDT |
||||||||||
|
|||||||||||