- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need PAM modules for Openssh to work...
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
07-17-2003 02:14 AM
07-17-2003 02:14 AM
Need PAM modules for Openssh to work...
I'm running HPUX 11.00, and using latest version of OpenSSH.
When I try to ssh in, I get "PAM session setup failed[33]: General Commercial Security error "
I already set UsePrivilegeSeparation no
In /usr/lib/security I only have libpam_unix.1 and libpam_updbe.1, and I think that is the issue.
Most postings I read point to the need for a pam_unix.so.
Am I on the right track?
If so, where do I get a pam_unix.so binary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 02:21 AM
07-17-2003 02:21 AM
Re: Need PAM modules for Openssh to work...
See if the "syslog.log" on either end of the connection gives you any more clues.
Also, try running "ssh" with the "-v" option.
Check the permissions of your ".ssh" directory and files in there (directory should be 600 mode and owned by the user; files should be 400 mode and, again, owned by the user).
Also check the permissions of your "sshd_config", "ssh_config", "ssh_known_hosts" and other config files, make sure the security is tight enough (no more than 644).
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 10:40 PM
07-18-2003 10:40 PM
Re: Need PAM modules for Openssh to work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2003 07:43 AM
07-19-2003 07:43 AM
Re: Need PAM modules for Openssh to work...
It's a PAM problem but not on the HP's side. You will need to patch openssh code to handle PAM. Do not touch anything in the pam.conf on the server side.
Look at my following posting and the patch. It should take care of your issue.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcd3deea29889d611abdb0090277a778c,00.html
If you have a choice, install HP's version of ssh. You do not need to worry about these headaches.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2003 11:15 PM
07-20-2003 11:15 PM
Re: Need PAM modules for Openssh to work...
Thx, that was it.
If you can provide some clear text explanation as to what the issue and solution was, I will really appreciate it.
Adrian