Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

struck in debug3: kex_reset_dispatch -- should we dispatch_set(KEXINIT) here

1334500Dec 4 2018

when i try to do ssh from source to destination server im getting struck in this " debug3: kex_reset_dispatch -- should we dispatch_set(KEXINIT) here" ..

can someone help me to rectify the issue

Please find the error output below

sftpdwh@fjobieeprod2:/$ ssh -vvv sftpdwh@10.149.X.X

Sun_SSH_2.2, SSH protocols 1.5/2.0, OpenSSL 0x1000110f

debug1: Reading configuration data /export/home/sftpdwh/.ssh/config

debug1: Applying options for *

debug1: Reading configuration data /etc/ssh/ssh_config

debug1: Rhosts Authentication disabled, originating port will not be trusted.

debug1: ssh_connect: needpriv 0

debug1: Connecting to 10.149.93.34 [10.149.93.34] port 22.

debug1: Connection established.

debug1: ssh_kmf_check_uri: /export/home/sftpdwh/.ssh/identity

debug1: Identity file/URI '/export/home/sftpdwh/.ssh/identity' pubkey type UNKNOWN

debug1: ssh_kmf_check_uri: /export/home/sftpdwh/.ssh/id_rsa

debug3: Not a RSA1 key file /export/home/sftpdwh/.ssh/id_rsa.

debug2: key_type_from_name: unknown key type '-----BEGIN'

debug3: key_read: no key found

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug3: key_read: no space

debug2: key_type_from_name: unknown key type '-----END'

debug3: key_read: no key found

debug1: ssh_kmf_key_from_blob: blob length is 277.

debug1: Identity file/URI '/export/home/sftpdwh/.ssh/id_rsa' pubkey type ssh-rsa

debug1: ssh_kmf_check_uri: /export/home/sftpdwh/.ssh/id_dsa

debug1: Identity file/URI '/export/home/sftpdwh/.ssh/id_dsa' pubkey type UNKNOWN

debug1: Logging to host: 10.149.93.34

debug1: Local user: sftpdwh Remote user: sftpdwh

debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1

debug1: match: OpenSSH_6.6.1 pat OpenSSH*

debug1: Enabling compatibility mode for protocol 2.0

debug1: Local version string SSH-2.0-Sun_SSH_2.2

debug1: use_engine is 'yes'

debug1: pkcs11 engine initialized, now setting it as default for RSA, DSA, and symmetric ciphers

debug1: pkcs11 engine initialization complete

debug1: Creating a global KMF session.

debug1: My KEX proposal before adding the GSS KEX algorithm:

debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,x509v3-sign-rsa,x509v3-sign-dss

debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,3des-cbc

debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour128,arcfour256,arcfour,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,3des-cbc

debug2: kex_parse_kexinit: hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha2-256-96,hmac-sha2-512-96,hmac-sha1-96,hmac-md5,hmac-md5-96

debug2: kex_parse_kexinit: hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha2-256-96,hmac-sha2-512-96,hmac-sha1-96,hmac-md5,hmac-md5-96

debug2: kex_parse_kexinit: none,zlib

debug2: kex_parse_kexinit: none,zlib

debug2: kex_parse_kexinit: en-US

debug2: kex_parse_kexinit: en-US

debug2: kex_parse_kexinit: first_kex_follows 0

debug2: kex_parse_kexinit: reserved 0

debug1: Failed to acquire GSS-API credentials for any mechanisms (No credentials were supplied, or the credentials were unavailable or inaccessible

)

debug1: SSH2_MSG_KEXINIT sent

debug3: kex_reset_dispatch -- should we dispatch_set(KEXINIT) here? 0 && !0

Comments
Post Details
Added on Dec 4 2018
0 comments
375 views