answersLogoWhite

0

Can you login as root using telnet?

Updated: 11/10/2022
User Avatar

Wiki User

14y ago

Best Answer

Yes, you can, but this is a very dangerous thing to do. Firstly, telnet is an insecure protocol, and anyone with a packet sniffer can find out your root password. Secondly, one should really never log in as the root account; use su or sudo after logging in as an ordinary user using a more secure protocol such as ssh.

There are some settings in some versions of telnet that may prevent root logins, but the standard telnet will allow that.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you login as root using telnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How a user can login as a FTP and telnet user?

The user needs an account and password and responds appropriately when ftp or telnet asks for the credentials.


Can you fix your computer from another computer?

yes it is possible using telnet that is remote login , i suggest use software team viewer which will help you fix better from remote PC


How do you change the root shell in unix?

Your login shell can be changed by using the chsh or ypchsh command.


What should be used as a replacement for telnet for secure remote login over an insecure network?

ssh protocol


Which router configuration mode would an administrator use to configure the router for SSH or Telnet login?

line


Which router configuration mode would an administrator use to configure the router for SSH or Telnet login access?

line


Why is SSH more recommended than Telnet for switch management?

It provides strong authentication and secure communication over insecure channels. When using SSH's login the entire login session, including transmission of text and password is encrypted; therefore it is almost impossible for outsiders to collect passwords.


What is transferred between computers using telnet?

Telnet is a protocol for transferring plain text over TCP .


Why is using TELNET a security risk for an IP network infrastructure?

Because the telnet session is in clear text and programs can capture the passwords to log in to telnet sessions.


What is a terminal emulation protocol used to log on to remote hosts using the TCPIP protocol suite?

Telnet


How do you verify a successful telnet connection to a remote device?

check that the login prompt on your console has changed, and use the "show session" command


What is the difference between ping and telnet?

Pinging a server just checks that Particular system is present on the network. Telnet or SSH are application to login the server from remote and use the services provided by the server. In TELNET DATA is not encrypted so it's easy to hack. In SSH DATA is encrypted so it's safe.