Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

To enable rlogin on HPUX 11.0

77 views
Skip to first unread message

LHradowy

unread,
May 5, 2003, 2:17:29 PM5/5/03
to
I need to give access to a machine thru the /.rhosts file. (This will be
disable right after)
I put the host in both the /.rhost file and in the /etc/hosts file.

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....


Paul Sure

unread,
May 5, 2003, 3:02:35 PM5/5/03
to

> kshell stream tcp nowait root /usr/lbin/remshd remshd -K
> klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K


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


LHradowy

unread,
May 5, 2003, 3:59:15 PM5/5/03
to

"Paul Sure" <phv_...@yahoo.com> wrote in message
news:vbddacq...@corp.supernews.com...
Thankyou.
And to make note you need to add .rhosts to the /rootuser/ directory. Not
use to that in Sun...


0 new messages