- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh on hpux 11i MC/SG cluster
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
08-18-2003 10:47 AM
08-18-2003 10:47 AM
ssh on hpux 11i MC/SG cluster
I am having a hard time getting into my hpux system as any other user but root. I am using openssh 3.5p1 on hpux 11i running in a MC service guard cluster. For some reason when I ssh in non/root I get the following message in my syslog.log. Any ideas what might be wrong?
Aug 18 14:45:18 ovosvr1 sshd[18173]: Accepted password for dwaines from 10.100.0.4 port 7928
Aug 18 14:45:18 ovosvr1 sshd[18177]: fatal: PAM session setup failed[33]: General Commercial Security error.
Thanks in advance
Dale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 11:29 AM
08-18-2003 11:29 AM
Re: ssh on hpux 11i MC/SG cluster
Did you install the hp version of ssh or the open ssh ? There where some bugs with password aging and pam.
The link to the hp ssh is down here.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 11:34 AM
08-18-2003 11:34 AM
Re: ssh on hpux 11i MC/SG cluster
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.6.1p1/
supposidly is should work. Any more comments?
Thank you,
Dale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 02:44 PM
08-18-2003 02:44 PM
Re: ssh on hpux 11i MC/SG cluster
1).ssh -v ovosvr1 & send the output of the failed area. 2). send your pam.conf - I'm wondering if you are using libpam_updbe module and have a different setting for root (/etc/pam_user.conf).
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 10:05 PM
08-18-2003 10:05 PM
Re: ssh on hpux 11i MC/SG cluster
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:03 AM
08-19-2003 06:03 AM
Re: ssh on hpux 11i MC/SG cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 09:02 AM
08-19-2003 09:02 AM
Re: ssh on hpux 11i MC/SG cluster
#: what /usr/lib/security/libpam_unix.1
/usr/lib/security/libpam_unix.1:
$Revision: @(#) libpam_unix.1 CUP11.11_BL2001_0824_1 PATCH_11.11 PHCO_2
4839 Fri Aug 24 13:27:30 PDT 2001 $
Once you were authenticated with the password that should be it, but in your syslog it is showing a new PID of 18177, so maybe it is your libpam_unix that is doing that.
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 12:30 PM
08-19-2003 12:30 PM
Re: ssh on hpux 11i MC/SG cluster
See the results below:
# what /usr/lib/security/libpam_unix.1
/usr/lib/security/libpam_unix.1:
$Revision: @(#) libpam_unix.1 CUP11.11_BL2001_0824_1 PATCH_11.11 PHCO_24839
Fri Aug 24 13:27:30 PDT 2001 $
Thank you,
Dale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 10:53 AM
08-21-2003 10:53 AM
Re: ssh on hpux 11i MC/SG cluster
Dale