I can remotely access my Linux 9.0 via SSH as root user. However, i will like to TELNET in as root user too but in vain. How can i do this? I can only TELNET in as a normal user (can't do it using the root account). Thanks
A number of linux distro's specifically disable this as well: telnet is transmitted in the clear, which means even [tt]su[/tt] after a successful login could result in the bad guys grabbing your password. At least with SSH you have the protection of encryption.
Another way is to use the [tt]sudo[/tt] command, which allows a regular user to issue a certain subset of commands as if they were super-user.
<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
You should never allow root to be able to remotely access your server for any reason whatsoever, especiall over telnet due to reason given by manarth. If you do, you have already given potential hackers half of the puzzel to screw your system.
--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
SOMEBODY PLEASE SAY IT. "NEVER USE TELNET!!!!" EVERYTHING YOU TYPE IS IN THE CLEAR. Using "su" is foolish, you're transmitting the root-equivalent account's password in the clear just as if you were logging on with root's id.
PLEASE PLEASE PLEASE use "ssh" for secured connections using a telnet-style terminal/prompt. This is secure, easy, and responsible. Otherwise you're just asking to have your box hacked - and, IMHO, if you use telnet over the Internet, you deserve it. Frankly, it's even easier to sniff internal corporate/university networks so I wouldn't go using telnet inside your corporate network either.
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
Yeah, don't use telnet at all if you really mean remote. If you absolutely have to use telnet 'cuz you're away and all you can access is a Windows machine on which you cannot download and install an SSH client, change your password the second you get home. And definitely don't telnet in as root.
There's about one case where telnetting is ok: telnetting into your living room computer from your bedroom computer when you know the telnet server is not accessible from the Internet (preferably because neither computer is on the Internet).
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.