- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH to local hosts
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-23-2007 05:39 PM
07-23-2007 05:39 PM
I was having some issues with HP SIM and i found that if i do a
ssh 127.0.0.1 it fails even when i give the correct password.
Is there any file i need to add the local host entry for ssh?
please help
George
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 06:16 PM
07-23-2007 06:16 PM
Re: SSH to local hosts
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 06:28 PM
07-23-2007 06:28 PM
Re: SSH to local hosts
The authenticity of host '0 (0.0.0.0)' can't be established.
RSA key fingerprint is 41:43:5c:d9:71:bc:dd:a9:d0:0b:f5:a1:0f:22:a5:23.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '0,0.0.0.0' (RSA) to the list of known hosts.
Password:
Password:
Connection closed by 127.0.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 07:30 PM
07-23-2007 07:30 PM
Re: SSH to local hosts
take a look at /etc/opt/ssh/sshd_config:
If PermitRootLogin is set to no, you have to change it to yes to allow root logins.
HeL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 08:43 PM
07-23-2007 08:43 PM
Re: SSH to local hosts
try to put a wrong passwd in first time and type the correct passwd in second time.
check whether it is accepting or not?
regards,
shanmugam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 08:49 PM
07-23-2007 08:49 PM
Re: SSH to local hosts
No luck mate... I tried with a wrong password first and then the correct password . same result
Password:
Password:
Password:
root@127.0.0.1's password:
Permission denied, please try again.
root@127.0.0.1's password:
Permission denied, please try again.
root@127.0.0.1's password:
Received disconnect from 127.0.0.1: 2: Too many authentication failures for root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 05:28 PM
07-24-2007 05:28 PM
Re: SSH to local hosts
Please check the file
/etc/opt/ssh/sshd_config
If PermitRootLogin is set to no, you have to change it to yes to allow root logins.
Then Please restart the sshd service.
Thanks & Regards
A. Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 09:19 PM
07-24-2007 09:19 PM
Solutionas so apparently suspected by most,
look if you have a DenyUsers definition in your sshd_config, albeit this seems pretty unusual.
After any configuration changes you must send sshd a SIGHUP to make them become effective.
# vi /opt/ssh/etc/sshd_config
# kill -1 $(cat /var/run/sshd.pid)
Could it be you are running a tcp wrapper?
Please, look for error messages from sshd in syslog.log
# grep sshd /var/adm/syslog.log | tail -20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 09:28 PM
07-24-2007 09:28 PM
Re: SSH to local hosts
Prevent the new instance from detaching from the tty, and send verbose debug output to sterr instead of to syslogd.
e.g.
# /opt/ssh/sbin/sshd -p
From a second tty try your root login to localhost but chosen port.
# ssh -p
Watch messages on by 2nd sshd occupied tty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 02:27 PM
07-25-2007 02:27 PM
Re: SSH to local hosts
Ssh Operation failed for node:xxtcu015 SshAuthentication Failed.
Ssh Operation failed for node:xxtcu015 SshAuthentication Failed.
Any ideas?