1832552 Members
4190 Online
110043 Solutions
New Discussion

remsh: login incorrect

 
SOLVED
Go to solution
V. Nyga
Honored Contributor

remsh: login incorrect

Hi,

strange issue:
a script with remsh works for all users except one - this user gets a 'login incorrect'.
All users are NIS user - when the user uses an empty password it's working, else not.
Can anybody explain this for me?

Volkmar
*** Say 'Thanks' with Kudos ***
5 REPLIES 5
V. Nyga
Honored Contributor

Re: remsh: login incorrect

or more clearly:
How can I check why it's not working?
Where can I search?

V.
*** Say 'Thanks' with Kudos ***
SUDHAKAR_18
Trusted Contributor
Solution

Re: remsh: login incorrect

Hi can U check for these files?

$HOME/.rhosts
&
/etc/hosts.equiv


Regards,
Pete Randall
Outstanding Contributor

Re: remsh: login incorrect

Volkmar,

Since /etc/hosts.equiv should apply for all users, I would suspect that you're using ~/.rhosts to grant individual access and this user apparently doesn't have a .rhosts entry?


Pete

Pete
SKR_1
Trusted Contributor

Re: remsh: login incorrect

Please Check user's .rhosts file on both servers.

Thanks
V. Nyga
Honored Contributor

Re: remsh: login incorrect

Hey guys - you're great!!!!!

Of course you're right - I missed this file for the new user.

Thanks a lot to all!!!!!!
*** Say 'Thanks' with Kudos ***