- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shadow password
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
11-08-2005 02:27 AM
11-08-2005 02:27 AM
shadow password
hello,
i had installed ShadowPassword, i activate it with pwconv commande, when i try connecting to my server using telnet, the connection is done and when i try to connect to my server using ssh, i have the followings errors in my syslog :
error: PAM: No account present for user
error: PAM: No account present for user
sshd[7470]: Failed password for hassiba from 10.5.4.160 port 4282 ssh2
please can you help me
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 02:32 AM
11-08-2005 02:32 AM
Re: shadow password
PAM configuration can be preventing this as well.
swlist -l product | grep -i pam
swverify \*
Make sure pam is correctly installed.
swlist -l product | grep -i secure
# to get openssh/ssh version which may be helpful.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 02:43 AM
11-08-2005 02:43 AM
Re: shadow password
2) what version of hp SSH (or OpenSSH) is this?
Since shadow passwords are supported from 3.50...
3) what happens with telnet - messages from syslog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:57 AM
11-08-2005 09:57 AM
Re: shadow password
I think this is because of the version of the SSH package u are using. What's the version of the ssh, use A.03.50 or above versions.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:01 PM
11-08-2005 09:01 PM
Re: shadow password
i have :
swverify ----> pam is correctly installed
swlist -l product | grep pam :
PHCO_27064 1.0 libpam cumulative patch
PHCO_33215 1.0 libpam_unix cumulative patch
Secure_Shell A.03.71.000 HP-UX SecureShell
openssl A.00.09.07-d.002 Secure Network Communications Protocol
ShadowPW B.11.11.03 HP-UX 11.11
ShadowPassword Enablement Product
nsswitch.conf:
passwd : files
shadow : files
group : file
telnet connection is not logged in syslog.
thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:06 PM
11-08-2005 09:06 PM
Re: shadow password
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:13 PM
11-08-2005 09:13 PM
Re: shadow password
444 bin bin /etc/nsswitch.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 10:11 PM
11-08-2005 10:11 PM
Re: shadow password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 01:02 AM
11-09-2005 01:02 AM
Re: shadow password
thanks you for your help, all was fine nsswitch.conf, sshd_conf, versions of the software,telnet and ftp connection was fine only ssh connection desn't work, after conversion, i restart the SSH service and it was the good solution.
thanks a lot for your help