Operating System - HP-UX
1827800 Members
2260 Online
109969 Solutions
New Discussion

the secure version to remsh

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

the secure version to remsh

Hi all:

Got HPUX 11.11 on rp7410.
Got the HPUX SSH 3.10 installed.

I what to execute commands to other remote systems, bring back the results to my local system, and I am wanting to replace my predessor's use of remsh.

What is the secure version to using the remsh command?

2 REPLIES 2
RAC_1
Honored Contributor
Solution

Re: the secure version to remsh

Once you have secure version in place, set the public/private keys. And set ssh to authenticate on "excahnge of public/private keys" Once that is done, you can script your remsh commands as follows.

ssh user@host "command_to_execute"

Anil
There is no substitute to HARDWORK
Rick Garland
Honored Contributor

Re: the secure version to remsh

Hi RAC:

Many thanks!