1834798 Members
2608 Online
110070 Solutions
New Discussion

Re: Remote Login access

 
administrador
Advisor

Remote Login access

How can I access remothly root, because only I can access it locally upon the site console..Thanks
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: Remote Login access

Hi:

Based upon your description, you appear to have an '/etc/securetty' file. This file, if present, lists the valid 'tty' devices for a root login. If you don't want to restrict root's login to the console, remove this file or add the 'tty' devices you need to it --- one device per line, like:

console
tty01
tty02

Regards!

...JRF...
George Spencer_4
Frequent Advisor

Re: Remote Login access

Try ssh as this will permit root login unless blocked in the sshd_config file.
Sp4admin
Trusted Contributor

Re: Remote Login access

You should login as a user and su to root. It's bad to allow root direct login. This way you have sulog to track who is logging in as root.

sp,