[Info-vax] 3par ssh connection
mepetya
mepetya at freemail.hu
Mon May 20 05:57:41 EDT 2019
Hi!
My problem is that I can't access 3par CLI interface with ssh.
We use OpenVMS 8.4 on IA64 and HP TCP/IP v5.7 ECO5.
On 3par run OS v3.3.1
I generated 2048bit RSA keypair.
I also tried MULTINET SSH v2.4, but it didn't work.
The SSH output:
$ ssh -v -l 3paradm xx.xx.xx.xx
debug(18-APR-2019 10:31:33.69): Ssh2/SSH2.C:1896: CRTL version (SYS$SHARE:DECC$SHR.EXE ident) is ELF
debug(18-APR-2019 10:31:33.70): SshAppCommon/SSHAPPCOMMON.C:313: Allocating global SshRegex context.
debug(18-APR-2019 10:31:33.70): SshConfig/SSHCONFIG.C:3482: Metaconfig parsing stopped at line 4.
debug(18-APR-2019 10:31:33.70): SshConfig/SSHCONFIG.C:890: Setting variable 'VerboseMode' to 'FALSE'.
debug(18-APR-2019 10:31:33.72): SshConfig/SSHCONFIG.C:3390: Unable to open ssh2/ssh2_config
debug(18-APR-2019 10:31:33.74): Connecting to xx.xx.xx.xx, port 22... (SOCKS not used)
debug(18-APR-2019 10:31:33.74): Ssh2/SSH2.C:2881: Entering event loop.
debug(18-APR-2019 10:31:33.75): Ssh2Client/SSHCLIENT.C:1655: Creating transport protocol.
debug(18-APR-2019 10:31:33.75): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added "publickey" to usable methods.
debug(18-APR-2019 10:31:33.75): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added "keyboard-interactive" to usable methods.
debug(18-APR-2019 10:31:33.75): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added "password" to usable methods.
debug(18-APR-2019 10:31:33.75): Ssh2Client/SSHCLIENT.C:1696: Creating userauth protocol.
debug(18-APR-2019 10:31:33.75): client supports 3 auth methods: 'publickey,keyboard-interactive,password'
debug(18-APR-2019 10:31:33.75): SshUnixTcp/SSHUNIXTCP.C:1758: using local hostname igeza.apeh.local
debug(18-APR-2019 10:31:33.76): Ssh2Common/SSHCOMMON.C:541: local ip = 10.21.1.39, local port = 49163
debug(18-APR-2019 10:31:33.76): Ssh2Common/SSHCOMMON.C:543: remote ip = xx.xx.xx.xx, remote port = 22
debug(18-APR-2019 10:31:33.76): SshConnection/SSHCONN.C:2584: Wrapping...
debug(18-APR-2019 10:31:33.76): SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...
debug(18-APR-2019 10:31:43.75): Remote version: SSH-2.0-OpenSSH_6.6.1p1 Debian-4~bpo70+1
debug(18-APR-2019 10:31:43.76): OpenSSH: Major: 6 Minor: 6 Revision: 1
debug(18-APR-2019 10:31:43.76): Ssh2Transport/TRCOMMON.C:1857: All versions of OpenSSH handle kex guesses incorrectly.
debug(18-APR-2019 10:31:43.76): Ssh2Transport/TRCOMMON.C:1935: Using Client order for common key exchange algorithms.
debug(18-APR-2019 10:31:43.76): Ssh2Transport/TRCOMMON.C:1139: Sending packet with type 2 to connection
debug(18-APR-2019 10:31:43.76): Ssh2Transport/TRCOMMON.C:1139: Sending packet with type 20 to connection
debug(18-APR-2019 10:31:43.76): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=20
debug(18-APR-2019 10:31:43.76): Ssh2Transport/TRCOMMON.C:2123: Algorithm negotiation failed for c_to_s_mac: client list: hmac-sha1,h
mac-sha1-96,hmac-md5,hmac-md5-96 vs. server list : hmac-sha2-512-etm at openssh.com,hmac-sha2-256-etm at openssh.com,hmac-ripemd160-etm at op
enssh.com,umac-128-etm at openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128 at openssh.com
debug(18-APR-2019 10:31:43.77): Ssh2Transport/TRCOMMON.C:2123: Algorithm negotiation failed for s_to_c_mac: client list: hmac-sha1,h
mac-sha1-96,hmac-md5,hmac-md5-96 vs. server list : hmac-sha2-512-etm at openssh.com,hmac-sha2-256-etm at openssh.com,hmac-ripemd160-etm at op
enssh.com,umac-128-etm at openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128 at openssh.com
debug(18-APR-2019 10:31:43.77): Ssh2Transport/TRCOMMON.C:2394: lang s to c: `', lang c to s: `'
debug(18-APR-2019 10:31:43.77): Ssh2Transport/TRCOMMON.C:2410: Couldn't agree on kex or hostkey alg. (chosen_kex = NULL, chosen_host
_key = ssh-dss)
debug(18-APR-2019 10:31:43.77): Ssh2Transport/TRCOMMON.C:1139: Sending packet with type 2 to connection
debug(18-APR-2019 10:31:43.78): Ssh2Transport/TRCOMMON.C:1139: Sending packet with type 1 to connection
debug(18-APR-2019 10:31:43.78): Ssh2Common/SSHCOMMON.C:180: DISCONNECT received: Algorithm negotiation failed.
debug(18-APR-2019 10:31:43.78): SshReadLine/SSHREADLINE.C:3728: Uninitializing ReadLine...
warning: Authentication failed.
debug(18-APR-2019 10:31:43.78): Ssh2/SSH2.C:327: locally_generated = TRUE
Disconnected; key exchange or algorithm negotiation failed (Algorithm negotiation failed.).
debug(18-APR-2019 10:31:43.78): Ssh2Client/SSHCLIENT.C:1731: Destroying client.
debug(18-APR-2019 10:31:43.78): SshConfig/SSHCONFIG.C:2888: Freeing pki. (host_pki != NULL, user_pki = NULL)
debug(18-APR-2019 10:31:43.79): SshConnection/SSHCONN.C:2636: Destroying SshConn object.
debug(18-APR-2019 10:31:43.79): Ssh2Client/SSHCLIENT.C:1799: Destroying client completed.
debug(18-APR-2019 10:31:43.79): SshAuthMethodClient/SSHAUTHMETHODC.C:109: Destroying authentication method array.
debug(18-APR-2019 10:31:43.79): SshAppCommon/SSHAPPCOMMON.C:326: Freeing global SshRegex context.
debug(18-APR-2019 10:31:43.79): SshConfig/SSHCONFIG.C:2888: Freeing pki. (host_pki = NULL, user_pki = NULL)
Best regards
Peter
More information about the Info-vax
mailing list