Operating System - Linux
1753524 Members
4846 Online
108795 Solutions
New Discussion юеВ

Re: Cannot telnet using root

 
SOLVED
Go to solution
Clarence J
Frequent Advisor

Cannot telnet using root

Hi Everyone,

I've tried to telnet to my Linux RedHat 7.0 machine using root account but it does not allow me. I do not have the problem with any other account.

Why is this so and how do I overcome this?

Thks on advance!
4 REPLIES 4
ZEISS
Occasional Advisor
Solution

Re: Cannot telnet using root

move /etc/securetty to /etc/securetty.org
Clarence J
Frequent Advisor

Re: Cannot telnet using root

Thks! It works!!

Ralf Reinartz
Frequent Advisor

Re: Cannot telnet using root

Calence,

For security Resaons Telent for root ist disabled on most Unix Systems.
You can enable, but it is strongly recommented to do not.
Connect as a User and change User to root.
Or better: Use SSH.

so long

Ralf
Mark Fenton
Esteemed Contributor

Re: Cannot telnet using root

Amen, Raif!