June 28, 2007

I can t make a "root" login from a computer to the linux computer with telnet , but I can make it with another

I want to login into my linux server through telnet but it is giving me errors. but I can login using any other user not root. how can I enable this?

  1. First off you should NEVER telnet to another machine. Your password can be easily picked up off the network. Use ssh instead. It works just the same.
    You should also never directly login to a machine as root. You should login as a regular user and su to root. This will give you a bit of an audit trail in case something goes wrong.
    If you really must do what you ask (and I would NEVER recommend it) then edit /etc/default/login and comment out the line:
    CONSOLE=/dev/console
    (so it reads #CONSOLE=/dev/console)
    But really, don't do it…I cannot stress it enough…
  2. http://www.princeton.edu/~psg/unix/linux…
  3. I'm going to just repeat what's said above - SSH rather than Telnet. And SU or sudo if you don't find it too tedious, rather than logging in as root.

    Which distro is it? Some don't have a root user. (k)ubuntu, for example, to stop you doing this.

Tags: ,

Tell a Friend Today!

del.icio.us Digg Furl Reddit Ask BlinkList blogmarks Blogg-Buzz Google Ma.gnolia Netscape ppnow Rojo Shadows Simpy Socializer Spurl StumbleUpon Tailrank Technorati Windows Live Wists Yahoo! Help

Permalink • Print

Track this entry

RSS BlogPulse

RSS Technorati Cosmos

Related Searches

, , , ,