Ken Graham writes:

> From the CI:
>
> xeq remsh.net.sys "<hostname> -l <username> -n 'pwd'"
>
> Where the .rhosts file in the home directory of <username> a line with
> <hostname> followed by the remote user name as uppercase MPE "USER.ACCOUNT".
>
> Read the man page on your HPUX box for "remsh" and "hosts.equiv" for more
> information.

As an addendum (and this IS mentioned in the man page), if upon trying
this you get

        remsh: shell/tcp: Unknown service

(I did) you'll need to add a line to /etc/services similar to the one
below (taken from an HP-UX box):

        shell   514/tcp   cmd           # remote command, no passwd used

--Glenn