- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ssh problem.
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 02:07 PM
01-19-2004 02:07 PM
ssh problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 02:13 PM
01-19-2004 02:13 PM
Re: ssh problem.
You could have a /var/adm/inetd.sec file that excludes the ip address you are connecting from. (check the file) (Also inetd -l tail -f /var/adm/syslog/syslog.log on the target server and try another login)
You could have no sshd deamon running on the target server.( on target server ps -ef | rep sshd to check /sbin/init.d/secsh start to start the daemon)
You could have a firewall blocking port 22.
You could have an expired password on the target server which means your public key exchange will fail.
You will note most of these problems are on the target box. I suggest you log on there and start following my notes above.
I also recommend you take some time to add more problem description. For example, did you exchange public keys, things like that. More detail leads to less posts like mine which is really a fishing expedition.
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
01-19-2004 02:21 PM
01-19-2004 02:21 PM
Re: ssh problem.
I can ping the IP
i can loginto that server using another it.
This ip is assigned by cmcluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 03:13 PM
01-19-2004 03:13 PM
Re: ssh problem.
Run ssh with debug option and see if it works.
ssh -vvv remote_server
check /etc/hosts.deny file on the remote server to see if tcp_wrappers are in effect. Also look at /var/adm/syslog/syslog.log for more details on the remote server if you are sure that sshd daemon is running on it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 05:42 PM
01-19-2004 05:42 PM
Re: ssh problem.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 06:28 PM
01-19-2004 06:28 PM
Re: ssh problem.
To rule out a network problem (eg firewall blocking port 22) try to connect from the local host on the server, if that fails, check that the ssh daemon is running and listening on port 22 (you can configure sshd to listen to other ports with the "Port" directive in sshd_config), the "lsof" utility may be of some use here.