Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

root login via telnet

Status
Not open for further replies.

ac325ci

MIS
Joined
Jan 16, 2004
Messages
128
Location
US
how can i allow root to login to the box directly via telnet.. it is disabled some how.. thanks
 
ac325ci...It is disabled for a very good reason. When you send a password via telnet it is transmitted in clear text over the network. You might want to lock it back down and use ssh which encrypts your whole session.


Jim Hirschauer
 
It is better to login and then su to root than to allow remote login of root even if you are using ssh. You lose the ability to really know who has logged in. Better security is to disable su to root & remote login of root and use Sudo instead when needing to run commands as root.

If you are regulated by SOX, HIPAA, etc. you cannot allow remote login of root in a production system.

[morning] needcoffee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top