1833323 Members
2915 Online
110051 Solutions
New Discussion

remshd error message

 
Andrew Kaplan
Super Advisor

remshd error message

I am running an application that uses the remshd utility for connection. The program appears to start fine, but the following error message appears:

remshd: Login incorrect

What file(s) should I reconfigure to correct this error? Thanks.
A Journey In The Quest Of Knowledge
5 REPLIES 5
Chris Wilshaw
Honored Contributor

Re: remshd error message

You need to add your hostname into /etc/hosts.equiv on the remote server if you're running the script as a normal user.

If it's running as root, you need to add the hostname to /.rhosts
DIPAK KUMAR ROY
Frequent Advisor

Re: remshd error message

$HOME/.rhosts

Thanks
RAC_1
Honored Contributor

Re: remshd error message

I assume you have .rhosts file set.

server a and server b.

You are logginin as ss onto server b.
On server b, in user ss home dir you have .rhosts file(with read perms for ss)
that have entry

server-a ss

There is no substitute to HARDWORK
Helen French
Honored Contributor

Re: remshd error message

Do you have the .rhosts and /etc/hosts.equiv files setup? Are you using the right login names? Is remshd enabled on /etc/inetd.conf?

Check your configuration first and make sure everything right and secure. remshd can create a security issue sometimes.
Life is a promise, fulfill it!
Uday_S_Ankolekar
Honored Contributor

Re: remshd error message

If you have configured .rhosts and hosts.equiv as other said and still it gives this error then probably the account may have disabled. Try to enable the user id by modprpw -k .

-USA..
Good Luck..