how to "remsh" from a Unix machine to a Linux or SunOS


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to "remsh" from a Unix machine to a Linux or SunOS
# 1  
Old 10-09-2007
how to "remsh" from a Unix machine to a Linux or SunOS

Hi All,

I`m trying to execute something remotely using Remsh. Up to now it worked on HP-UX machines ( editing the /etc/hosts. .rhosts and creating user to the remote machine using SAM) but i cannot configure it to work from HP-UX to Linux or SunOS.

Can anybody help me with this?

THanks
# 2  
Old 10-09-2007
Try include the fully qualified domain names in your .rhosts file.
# 3  
Old 10-09-2007
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.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Command to find the "unix machine type".

Hi all, Just need some help the following scenario, Is there any UNIX command to find the unix machine type (like whether the machine is belongs to Ssun ultra 45 type) like that .. please help me (2 Replies)
Discussion started by: abhisheksunkari
2 Replies

2. Solaris

significance of "+" char in SunOS "ls -l" output

Hi, I've noticed that the permissions output from "ls -l" under SunOS differs from Linux in that after the "rwxrwxrwx" field, there is an additional "+" character that may or may not be there. What is the significance of this character? Thanks, Suan (6 Replies)
Discussion started by: sayeo
6 Replies

3. UNIX for Advanced & Expert Users

Remsh between Hp-ux and Linux or SunOS

Hi All, I`m trying to execute something remotely using Remsh. Up to now it worked on HP-UX machines ( editing the /etc/hosts. .rhosts and creating user to the remote machine using SAM) but i cannot configure it to work from HP-UX to Linux or SunOS. Can anybody help me with this? THanks (1 Reply)
Discussion started by: elthox
1 Replies

4. Shell Programming and Scripting

remsh newhost "for loop"

Hi, In ksh how can I execute something like this: remsh newhost "for i in 1 2 3 4 5 do echo file$i; cat file$i; done" I cannot pass the contrl J or enter in th above line which is required by the for loop. Thanks... (1 Reply)
Discussion started by: alantang
1 Replies

5. UNIX for Advanced & Expert Users

Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour

Hi, We have a DEC Alpha 4100 Server with OSF1 Digital Unix 4.0. Can any one tell me, if there are any commands on this Unix which are equivalent to "top" and "sar" on HP-UX or Sun Solaris ? I am particularly interested in knowing the CPU Load, what process is running on which CPU, etc. ... (1 Reply)
Discussion started by: sameerdes
1 Replies
Login or Register to Ask a Question