View Single Post
  #4 (permalink)  
Old 08-27-2008, 06:34 PM
admin admin is offline
Administrator
 
Join Date: May 2008
Location: http://www.google.com
Posts: 50
Default

Quote:
Originally Posted by KevinFlys View Post
Thanks , telent is now working but I am not able to directly login as root via telnet ?
vi /etc/default/login and go where is says

Code:
# If CONSOLE is set, root can only login on that device.
# Comment this line out to allow remote login by root.
#
CONSOLE=/dev/console
comment out the CONSOLE=/dev/console line by putting a hash before it and you will be all done
Reply With Quote