Operating System - HP-UX
1829571 Members
2788 Online
109992 Solutions
New Discussion

ssh doesn't work for a login while it works for a different login on the same machine

 
Anil Kumar Malepati
Occasional Advisor

ssh doesn't work for a login while it works for a different login on the same machine

Only difference between the two logins is that the home directory is different

checked the permissions of the directories but no difference.

4 REPLIES 4
Mridul Shrivastava
Honored Contributor

Re: ssh doesn't work for a login while it works for a different login on the same machine

What's the exact error message you get when try to login with not working login ID ?

Have you checked that UID and GID etc is unique or say is this user able to login via telnet ??
Time has a wonderful way of weeding out the trivial
Anil Kumar Malepati
Occasional Advisor

Re: ssh doesn't work for a login while it works for a different login on the same machine

Hey, I'm sorry it worked, I just deleted the authorized_keys, known_hosts file and recreated them. I didn't see any issue with the files that were existing but just tried that option.

Any way thanks for your quick response.
Steven Schweda
Honored Contributor

Re: ssh doesn't work for a login while it works for a different login on the same machine

When having SSH problems, adding "-v" to an
"ssh" command often provides useful
information. Next time.
Anil Kumar Malepati
Occasional Advisor

Re: ssh doesn't work for a login while it works for a different login on the same machine

Thank you. I'll do that from next time.