1827294 Members
1366 Online
109960 Solutions
New Discussion

rsh login problem!

 
james.CC
New Member

rsh login problem!

I can successfully remote execute hpux-command by typing
"rsh some-hpux-host -l hpux-user hpux-command"

but I cannot remote loging hpux-host by typing
"rsh some-hpux-host -l hpux-user"

How to setup hpux-host,such that i can remote
loging hpux-host with "rsh" command from other host like sun or linux host?

P.S.
I have create .rhosts and check that /etc/inetd.conf have remsh list on hpux-host,but i always get the response like
"rlogin: connection closed."
2 REPLIES 2
Thierry Poels_1
Honored Contributor

Re: rsh login problem!

hi,

how about using rlogin :-)

regards,
Thierry Poels.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Ivajlo Yanakiev
Respected Contributor

Re: rsh login problem!

Use ssh. R-command is old and there are many securety problems.