-1

I added Linux boxes to /etc/hosts.equiv and .rhosts file for rsh connectivity to an HP box. I am able to do rsh as root from Linux to HP. But if I run in a root shell as different user connection times out. Any reason?

Ward - Reinstate Monica
  • 12,788
  • 28
  • 44
  • 59

1 Answers1

0

Try running rsh with the "-l" option to specify username or try

rsh user@hostname

If you don't it will default to the user you are currently logged in as.

Cory J
  • 1,528
  • 4
  • 19
  • 28