Operating System - Linux
1753401 Members
7402 Online
108792 Solutions
New Discussion юеВ

Re: Can't remote login from HP to Linux.

 
SOLVED
Go to solution
Angus Crome
Honored Contributor
Solution

Re: Can't remote login from HP to Linux.

Have you turned on rsh and rlogin in xinetd?
If not, you are not going to get in. I believe the files you want are in /etc/xinetd.d

You should make sure that the configs for rlogin and/or rsh (whichever you use) are set with disable=no

Even though it says default on in the comment under Red Hat 7.2 (my default installation had them set as disable=yes).

You will still need the hosts.equiv or .rhosts files to do it without password though (and of course this is not recommended for security reasons).
There are 10 types of people in the world, those who understand binary and those who don't - Author Unknown
Kenny Chau
Trusted Contributor

Re: Can't remote login from HP to Linux.

Thanks Angus, you are right, I had missed the file rsh in the /etc/xinetd.d. Thanks for reminding me.

Regards,
Kenny.
Kenny
Peter Kloetgen
Esteemed Contributor

Re: Can't remote login from HP to Linux.

Hi Kenny,

something more that can cause an error:

/etc/securetty

this file has to be renamed/removed to get this to work.

/etc/xinetd.d -->vi the desired service, change disable="yes" to "no"

--> restart xinetd

That should do it for you.

Allways stay on the brigth side of life!

Peter
I'm learning here as well as helping