View Single Post

  #10 (permalink)  
Old 04-10-2006
Unruh
 
Posts: n/a
Default Re: Prevent remote root logins

boomboom999@yahoo.com writes:

>Hello,


>How can we prevent the "root" account from remote logging in via SSH
>and Telnet but still permit root-equivalent personal accounts to log in
>remotely?


telnet should be disabled. Not premitting remote login via root but
allowing telnet is a bit like putting a big lock on your door, but leaving
all of your windows open.

Just prevent root login. I have no idea what "root-equivalent personal
accounts " are. When you log in as a user, you can always run
su
to become root.



>Thank you in advance


Reply With Quote