SSH Secure Shell登录报错: Ubuntu SSH Algorithm negotiation failed

SSH Secure Shell Client 连接VMware Ubuntu系统报错:

Ubuntu SSH Algorithm negotiation failed

摘自: http://chenqinfeng.com/2016/02/19/Ubuntu%20SSH%20Algorithm%20negotiation%20failed/

Situation

1
2
3
4
Server responded"Algorithm negotiation failed"
Key exchange with the remote host failed. This can happen for
example computer does not support the selected  
algorthms.

When ssh to a ubuntu system,putty can connect but ‘SSH Secure Shell Client’ is failed,according to the pop-up error message we can know that
the algorithm negotiation failed, after searching high-and-low for this fix, I finally found it’s fix…

Reason

Because i had past updated server, it’s that means i had updated the sshd algorithm negotiation on server meanwhile, but the sshd algorithm negotiation in client is the old, so server cannot compatible the algorithm negotiation from client.

The Way to resolve

  1. Use a different system or the console to drop to a shell. Such as Putty
  2. Chmod 777 & Edit the “/etc/ssh/sshd_config” file
  3. Add all of the algorithm negotiation to sshd_config
  4. Restart sshd sevice
    Add following code to sshd_config
1
2
3
4
5
Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc

MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96

KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org

what i did in my computer:

root@ubuntu:/home/jack# chmod 777 /etc/ssh/sshd_config
root@ubuntu:/home/jack# vi /etc/ssh/sshd_config
root@ubuntu:/home/jack# service sshd restart


Congratulations! you have success resolved Algorithm negotiation failedFinally

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值