Denying remote root login with SuSE 7.1
I've been working on a new SuSE 7.1 install and have had trouble with the following. We occasionally use telnet and ftp on the LAN (just for now, please spare me the ssh lecture) and have typically denied the 'root' account direct login access.
On this box, though, I've not been able to do that. Even though /etc/rc.config has been edited to deny root logins...
ROOT_LOGIN_REMOTE="no"
...and /etc/securetty has been edited to include only tty1 - tty6, I can still telnet into this box as root.
Most of my Linux experience has been with RedHat so my SuSE knowledge goes only so far. Anyone know what I've overlooked here? Thanks.
|