In the /etc/default/login file, which of the following will not allow you to login remotely as root?

CONSOLE=

Showing Answers 1 - 12 of 12 Answers

sree_61113

  • Jan 13th, 2007
 

If the entry is CONSOLE=/dev/console you CAN NOT login as root from a remote machine.

If you make the entry as #CONSOLE=/dev/console you can login as root from remote 

  Was this answer useful?  Yes

encore

  • Mar 10th, 2010
 

open, #vi /etc/default/profile

go to 18th line, and comment the line CONSOLE=/dev/console to: #CONSOLE=/dev/console

Now you can do telnet to remote pc as Root admin

  Was this answer useful?  Yes

Navneet

  • Mar 28th, 2012
 

#vi /etc/default/login
# CONSOLE=/dev/console (Only root can login)

CONSOLE=/dev/console (normal user can login and after that can do switch as root but directly root cant login from remote)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions