What do you mean, problem? You cannot use 'telnet' command as user root, or you cannot connect by telnet to your machine as root? (hint - check /etc/securetty)
Dont know if this helps, because it it from the SuSE knowledge base.
Situation
You want to log in as root to your SuSE Linux 8.0 via telnet.
Procedure
Edit the file
/etc/pam.d/login
and disable the line
auth required pam_securetty.so
Warning
Never use telnet for remote applications, since the whole data exchange takes place in an unencrypted way. Even your login (password) is transmitted unencrypted on the network. Telnet involves a high security risk. Thefore, we recommend you to use encrypted tools such as OpenSSH, for which Windows and MacOS clients are also available. You can find more information on this program at
Using telnet as root is bad from sicurity poin of view.
Your passwd is transmited over the network as clear text and
with some easy to use programm bad guys can catch YOU.
As home user on a desktop PC is OK.
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.