- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ssh and NIS authentication HP-UX 11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 03:16 AM
10-12-2004 03:16 AM
ssh and NIS authentication HP-UX 11
I'm having troubles trying to open a ssh connection with a user in the NIS.
If the user is local (/etc/passwd) it works fine but if it's only in the NIS it doesn't work.
~> ssh toto@server1
toto@server1's password:
Permission denied, please try again.
toto@server1's password:
Permission denied, please try again.
toto@server1's password:
Unable to find an authentication method
I compiled openssh-3.9p1 with option --with-pam .
But do I need to modify file /etc/pam.conf ?
Openssh documentation says: "On HP-UX 11 and Solaris, the standard /etc/pam.conf configuration will work with sshd (sshd will match the other service name)."
So I shouldn't have to update it !
I've been searching a lot but haven't found the solution...
Any help will be greatly appreciated.
Rgds,
Sabrina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 05:34 AM
10-12-2004 05:34 AM
Re: ssh and NIS authentication HP-UX 11
Also we would need more data to resolve this.
On server1
sshd -ddd -p "some_free_port" (nay be 1920)
From lient machine
ssh -vvv toto@server1 -p 1920
Post the outputs.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 04:53 PM
10-12-2004 04:53 PM
Re: ssh and NIS authentication HP-UX 11
Also try, Edit /etc/pam.conf and add an entry for sshd too,
eg :
sshd account required /usr/lib/security/libpam_unix.1
For PAM & SSH reference you can refer HP Secure Shell release notes.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 08:45 PM
10-12-2004 08:45 PM
Re: ssh and NIS authentication HP-UX 11
Thanks a lot all for your help.
Rgds,
Sabrina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 08:45 PM
10-12-2004 08:45 PM
Re: ssh and NIS authentication HP-UX 11
Thanks a lot all for your help.
Rgds,
Sabrina