The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
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 10-09-2007
porter porter is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 2,965
If a box has been hardened it may be very reluctant to use the old rsh/rexec/rcmd/rlogin style remote command execution.

The old model basically says than a group of machines are equivalent securitywise, also the protocols may pass the passwords in clear.

Today, you will get better mileage with the ssh protocols. The only reason I would use the old rsh etc protocols is if talking to a legacy machine and I can't find an alternative.