SecureCRT远程ubuntu出错

chao 2016-10-13 8:12 CentOS&Ubuntu 抢沙发 8178IT人生

问题报错:

Key exchange failed.

No compatible cipher. The server supports these ciphers: chacha20-poly1305@openssh.com,
AES-128-CTR,AES-192-CTR,AES-256-CTR,aes128-gcm@openssh.com,aes256-gcm@openssh.com

No compatible key exchange method. The server supports these methods:
curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,
ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14

No compatible cipher. The server supports these ciphers:
AES-128-CTR,AES-192-CTR,AES-256-CTR,aes128-gcm@openssh.com,aes256-gcm@openssh.com,
chacha20-poly1305@openssh.com

解决办法:

因为PuTTY可以成功连接目标SSH。
检查SecureCRT的"Session Options":

Connection->SSH2->Authentication->Password
Connection->SSH2->Key exchange->ecdh-sha2-nistp256
Connection->SSH2->Advanced->Cipher->AES-256-CTR
Connection->SSH2->Advanced->MAC->SHA2-256 

正文部分到此结束

版权声明:除非注明,本文由( chao )原创,转载请保留文章出处

本文链接:SecureCRT远程ubuntu出错

继续浏览:木有标签

分享文章:QQ空间腾讯微博新浪微博网易微博人人网开心网腾讯朋友百度搜藏

允许root账户ssh远程Ubuntu 16.04
Centos6.5编译安装Nginx