stason.org logo lotus


previous page: 024.  I can't execute my script/program. I can list the file with ls -l and it is there with the correct permissions:page up: Brief Linux FAQnext page: 026.  Why can't I ftp as root?

025. Why can't I telnet or rsh in to my Linux system as Root?

 Books
 TULARC
















Description

This article is from the the Brief Linux FAQ (BLFAQ) Maintained by Neil Zanella nzanella@ganymede.cs.mun.ca

025. Why can't I telnet or rsh in to my Linux system as Root?

This is a security feature meant to protect you. Malicious users must know a valid user password, as well as the root password in order to get in to the system and do anything as root. Log in as a user, and use the su command to then become root. Better still is to use the ssh command (if installed) which encrypts your session to prevent anyone from seeing the root password. If your network is totally local (you have only a terminal connected to a serial port), you can edit /etc/securetty to add that port as one considered secure enough for root to log in.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

linux, os, faq







TOP
previous page: 024.  I can't execute my script/program. I can list the file with ls -l and it is there with the correct permissions:page up: Brief Linux FAQnext page: 026.  Why can't I ftp as root?