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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.