Permit root login for telnet..

Manuel Arostegui Ramirez manuel at todo-linux.com
Fri Aug 25 07:10:55 UTC 2006


El Viernes, 25 de Agosto de 2006 07:49, Arun Williams escribió:
> How can i enable root login for telnet....
>
>   I tried editing /etc/pam.d/login .... but no use
>
>

Now before getting into the details of how to configure Linux for root logins, 
keep in mind that this is VERY BAD security. Make sure that you NEVER 
configure your production servers for this type of login.
By the way...simply edit the file /etc/securetty and add the following to the 
end of the file:

pts/0
pts/1
pts/2
pts/3
pts/4
pts/5
pts/6
pts/7
pts/8
pts/9

This will allow up to 10 telnet sessions to the server as root.

Keep in mind that remote root-loing either telnet is a very very very bad idea 
and you're putting your boxes at risk.

Greetings.
-- 
Manuel Arostegui Ramirez.

Electronic Mail is not secure, may not be read every day, and should not
be used for urgent or sensitive issues.




More information about the redhat-list mailing list