- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PAM & ssh A.03.61.002
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
01-19-2004 10:28 PM
01-19-2004 10:28 PM
PAM & ssh A.03.61.002
Since upgrading to ssh A.03.61.002, we have been having problems with our PAM NTLM authentication. When logging in via SSH, the following entry is written to the syslog:
Jan 20 13:19:26 sshd[28264]: pam_ntlm: Incorrect NT password for username : vtonder
This entry appears even before the password prompt is displayed. This is not a problem for
"normal" usage, because once one enters a valid NT password at the prompt, the incorrect password attempts is cleared. But I make use of keys and the ssh agent, and when logging on to several servers simultaneously or SFTP'ing a bunch of files via FileZilla, my NT account becomes locked. This happens when providing my NT password for the SFTP sessions.
Has anyone come across a similar problem? Any advice would be greatly appreciated. I hame included the contents of /etc/smb.conf:
dtaction auth required /usr/lib/security/libpam_unix.1
dtlogin auth required /usr/lib/security/libpam_unix.1
ftp auth required /usr/lib/security/libpam_unix.1
login auth required /usr/lib/security/libpam_unix.1
sshd auth required /usr/lib/security/libpam_ntlm.1
su auth required /usr/lib/security/libpam_unix.1
OTHER auth required /usr/lib/security/libpam_unix.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 05:44 PM
01-20-2004 05:44 PM
Re: PAM & ssh A.03.61.002
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 01:31 AM
01-21-2004 01:31 AM
Re: PAM & ssh A.03.61.002
Replace your currect OTHER statement with:
OTHER password required /usr/lib/security/libpam_unix.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 02:19 AM
01-21-2004 02:19 AM
Re: PAM & ssh A.03.61.002
modify the ssshd_config file.
look for an entry
UsePam yes
UseLogin yes
stay away from HP's port of a good thing.
compile OpenSSH and keep rocking...
swremove Bastile HpSureShell
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 10:39 PM
01-21-2004 10:39 PM
Re: PAM & ssh A.03.61.002
Anyway, checking your config is always smart..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 10:57 PM
01-21-2004 10:57 PM
Re: PAM & ssh A.03.61.002
Should I set the parameters the values indicated? I changed the parameters to the values and restarted sshd, but I still get the same result.