- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh connectivity
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-06-2003 10:14 AM
тАО06-06-2003 10:14 AM
ssh connectivity
All servers are using "OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f"
I have tested the VLAN and confirmed that port 22 is open in both directions.
There are no inetd services running because I am on a secure network. I cannot ping or telnet accoss the VLAN.
Here is ssh -v results:
$ ssh 208.41.144.151 -l oracle8 -v
HP-UX port of OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 202 geteuid 0 anon 1
debug1: Connecting to 208.41.144.151 [208.41.144.151] port 22.
debug1: temporarily_use_uid: 202/20 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 202/20 (e=0)
debug1: restore_uid
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /home/jrmcdoug/.ssh/id_rsa type -1
debug1: identity file /home/jrmcdoug/.ssh/id_dsa type -1
ssh_exchange_identification: Connection closed by remote host
debug1: Calling cleanup 0x400117aa(0x0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 10:30 AM
тАО06-06-2003 10:30 AM
Re: ssh connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 10:48 AM
тАО06-06-2003 10:48 AM
Re: ssh connectivity
You will get more information on the sshd server side. Run it in debug mode using "sshd -d" and then attempt to connect and observe the output.
It could most probably be permission issues on .ssh or the user's home directory. Also check if the user account is locked or needs to change the password.
Another possibility is to make sure you have /etc/hosts.allow on the remote server and have the entries for sshd. If your sshd was compiled with tcp_wrappers, then you will need to have this file.
sshd: ALL : ALLOW
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 02:01 PM
тАО06-06-2003 02:01 PM
Re: ssh connectivity
Attached is my usual document about installing and using the secure utilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2003 01:44 AM
тАО06-07-2003 01:44 AM
Re: ssh connectivity
your switch isn't supporting SSH-2 (default for OpenSSH & hp ssh product).Also there is
a newer SSH from hp (based on 3.5p1).Read here:http://docs.hp.com/hpux/onlinedocs/T1471-90006/T1471-90006.html
Mostly browse the FAQ.I'd also check /etc/host.allow / deny if there's something in them (since SSH from HP is compiled with TCP Wrappers support).
Zeev