- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Failed password for <user>from <IP address> port <...
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
05-15-2006 01:13 AM
05-15-2006 01:13 AM
Failed password for <user>from <IP address> port <port> ssh2
I am trying to ssh into a 11i HPUX server and getting the error above ( I can telnet in no problem)
I have looked at the sshd_config file and don't see anything that would cause this (it is not the root user which I have disabled)
regards,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 01:55 AM
05-15-2006 01:55 AM
Re: Failed password for <user>from <IP address> port <port> ssh2
Seems like a simple authentication error.
Try resetting the password on the user.
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
05-15-2006 02:03 AM
05-15-2006 02:03 AM
Re: Failed password for <user>from <IP address> port <port> ssh2
no, it's not a simple authenticatoion problem so as I have no problem to
telnet with the user/ password
regards,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 05:20 AM
05-15-2006 05:20 AM
Re: Failed password for <user>from <IP address> port <port> ssh2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 05:32 AM
05-15-2006 05:32 AM
Re: Failed password for <user>from <IP address> port <port> ssh2
When you do ssh -vvv
Do you see anything else in the syslog or sshd.log?
Also do you make use of hostbase authentication?
Check if your ssh_known_hosts is correct and double check the sshd_config.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 02:38 PM
05-15-2006 02:38 PM
Re: Failed password for <user>from <IP address> port <port> ssh2
Please try the 'UsePAM yes' entry in your sshd_config file and restart sshd and let me know if this makes a difference.