- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: any incompatibility issues with HP-Secure Shel...
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
09-10-2004 06:24 AM
09-10-2004 06:24 AM
any incompatibility issues with HP-Secure Shell?
Has anyone else encountered such an issue?
I can connect from one system using HP's ssh client to another system with the same product.
Is there something that needs to go in sshd_config to enable compatibility?
Here is some debug info:
debug1: Server will not fork when running in debugging mode.
Connection from A.B.C.D port 1075
debug1: Client protocol version 1.99; client software version 3.1.0 F-SECURE SSH
debug1: no match: 3.1.0 F-SECURE SSH
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2-pwexp26
debug1: permanently_set_uid: 106/101
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-cbc hmac-sha1 none
debug1: kex: server->client aes128-cbc hmac-sha1 none
debug1: expecting SSH2_MSG_KEXDH_INIT
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user joe service ssh-connection method none
debug1: attempt 0 failures 0
debug1: allowed_user: entering
debug1: PAM: initializing for "joe"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 06:32 AM
09-10-2004 06:32 AM
Re: any incompatibility issues with HP-Secure Shell?
Can you send client's debug portion. I don't see any issues so far. Though the version didn't match, it did pass that section as the protocol versions are compatible.
ssh -vvv hp-server
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 06:37 AM
09-10-2004 06:37 AM
Re: any incompatibility issues with HP-Secure Shell?
would be better to investigate the problem.
Also is UsePAM set to yes in sshd_config file?? What version of HP SSH are you running??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:09 AM
09-10-2004 07:09 AM
Re: any incompatibility issues with HP-Secure Shell?
Secure_Shell A.03.71.000 HP-UX Secure Shell
There are two HP-UX 10.20 clients that I am trying to connect from.
The first has F-Secure SSH3.1. I tried:
ssh2 -v -d99 -l joe hpserver
On the client side I see this and it just sits there for about 3 minutes:
debug: SshAppCommon/sshappcommon.c:133: Allocating global SshRegex context.
joe's password:
joe's password:
joe's password:
It doesn't validate on the password and exits.
On the server, the setting was UsePam yes.
When I change that to UsePam no, the difference that I notice is that, when attempting the cleint connection, I instantly get asked for the password. However, it doesn't validate on the password.
The user account and password are not an issue as I can connect from another HP system that has A.03.71 on it, to this hpserver.
The other client I use has OpenSSH_3.5p1.
I am able to connect with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:22 AM
09-10-2004 07:22 AM
Re: any incompatibility issues with HP-Secure Shell?
I can connect from the F-Secure 3.1 client to a server running OpenSSH 3.5p1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:27 AM
09-10-2004 07:27 AM
Re: any incompatibility issues with HP-Secure Shell?
Do you see any errors|messages in syslog.log when the user password is not being accepted such as "illegal user" etc.?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:33 AM
09-10-2004 07:33 AM
Re: any incompatibility issues with HP-Secure Shell?
Sep 10 14:01:06 hpserver sshd[26123]: Failed password for joe from A.B.C.D port 1074 ssh2
And it is from the times when I'm trying the password three times to no avail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:38 AM
09-10-2004 07:38 AM
Re: any incompatibility issues with HP-Secure Shell?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:46 AM
09-10-2004 07:46 AM
Re: any incompatibility issues with HP-Secure Shell?
The result from sshd -d -d -d is attached.
I really don't get anything on the F-Secure client side other than what I have already posted with the -d 99 option. I'll see if I can get any more client side debug, but in the mean time...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:48 AM
09-10-2004 07:48 AM
Re: any incompatibility issues with HP-Secure Shell?
Thats worth going to on the HP-UX side.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
My setup is currently mixed in the HP-UX side as i roll an upgrade through the server farm. I've run into no issues thus far.
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
09-10-2004 07:52 AM
09-10-2004 07:52 AM
Re: any incompatibility issues with HP-Secure Shell?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:52 AM
09-10-2004 07:52 AM
Re: any incompatibility issues with HP-Secure Shell?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 07:56 AM
09-10-2004 07:56 AM
Re: any incompatibility issues with HP-Secure Shell?
You may have a point about F-Secure being the oddball.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 08:39 AM
09-10-2004 08:39 AM
Re: any incompatibility issues with HP-Secure Shell?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 10:01 AM
09-10-2004 10:01 AM
Re: any incompatibility issues with HP-Secure Shell?
It works! Will post another message if I find anything else on Monday.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 06:52 AM
10-05-2004 06:52 AM
Re: any incompatibility issues with HP-Secure Shell?
However, we do have a problem with all of these clients once I get logged in. The stty intr character does not work. Does not work whether I set it to ^C, DEL, or ^A. The intrupt character works fine when I ssh into a linux sshd, but they will not work with the HP-UX sshd.
Darrell Tschakert