The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-07-2007
porter porter is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 2,965
This is strongly discouraged as you will end up sending root password in clear over the network.

The alternative approach is to telnet as a normal user then use "su" to get to root.

However even that is frowned on and ssh should be used instead of telnet.