ssh_dispatch_run_fatal:连接到xxxx端口22:密钥types不匹配

我遇到了一个奇怪的错误与SSH到Sonicwall设备,我无法解决。 这个问题似乎只发生在OS X(10.11)的SSH内置。 我可以成功ssh到除了OS X以外的其他各种设备的防火墙。

我看到的错误是:ssh_dispatch_run_fatal:连接到xxxx端口22:键types不匹配

试图围绕这个包裹我的头,但没有任何运气。 这是使用-vvv时的输出。

OpenSSH_6.9p1, LibreSSL 2.1.8 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 21: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to hostname [xxxx] port 22. debug1: Connection established. debug1: identity file /Users/hjlinde/.ssh/id_rsa type 1 debug1: key_load_public: No such file or directory debug1: identity file /Users/hjlinde/.ssh/id_rsa-cert type -1 debug1: identity file /Users/hjlinde/.ssh/id_dsa type 2 debug1: key_load_public: No such file or directory debug1: identity file /Users/hjlinde/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/hjlinde/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/hjlinde/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/hjlinde/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/hjlinde/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.9 debug1: Remote protocol version 2.0, remote software version OpenSSH_6.2 PKIX debug1: match: OpenSSH_6.2 PKIX pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to hostname:22 as 'username' debug3: hostkeys_foreach: reading file "/Users/hjlinde/.ssh/known_hosts" debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: kex_parse_kexinit: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa,ssh-dss debug2: kex_parse_kexinit: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] debug2: kex_parse_kexinit: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1,[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1,[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 debug2: kex_parse_kexinit: none,[email protected],zlib debug2: kex_parse_kexinit: none,[email protected],zlib debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: ssh-rsa,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256 debug2: kex_parse_kexinit: des,3des,3des-cbc,arcfour debug2: kex_parse_kexinit: des,3des,3des-cbc,arcfour debug2: kex_parse_kexinit: hmac-md5,hmac-sha1 debug2: kex_parse_kexinit: hmac-md5,hmac-sha1 debug2: kex_parse_kexinit: none,zlib debug2: kex_parse_kexinit: none,zlib debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: debug2: kex_parse_kexinit: first_kex_follows 0 debug2: kex_parse_kexinit: reserved 0 debug1: kex: server->client 3des-cbc hmac-sha1 none debug1: kex: client->server 3des-cbc hmac-sha1 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<7680<8192) sent debug1: got SSH2_MSG_KEX_DH_GEX_GROUP debug2: bits set: 509/1024 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: got SSH2_MSG_KEX_DH_GEX_REPLY ssh_dispatch_run_fatal: Connection to xxxx: key type does not match 

我试过用brew来安装更新版本的ssh,版本为OpenSSH_7.2p2。 但是,也没有运气。

任何人都能向我解释这里出了什么问题?

事实certificate,这确实是Sonicwall上的一个错误的固件。 如果你运行6.2.2.2-19n,那么这个问题是专门针对这个版本的。 升级到6.2.5.1解决了这个问题。