I get connection refused.
I am assuming that it is because I do not have rlogin or rsh enabled.
I unremmed them in the /etc/inetd.conf file. I am assuming this is the
correct place,
...
kshell stream tcp nowait root /usr/lbin/remshd remshd -K
klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K
...
QUESTION why kshell & klogin?
Then ran inetd -c to resource the inetd.conf file
I still get connection refused.
What am I missing....
Well those are the kerberos shell and login. I guess you want just the
remsh wich is a little earlier in the /etc/inetd.conf file. Also if you have
the -l option with remsh .rhosts files don't work, only /etc/host.equiv or
host.deny in that case. So it is the easiest to run without the -l option.
At the last CD of HP-UX applications you can find ssh or secure shell. Maybe
you want to install that one.
Paul