修改ssh的配置文件 /etc/ssh/sshd_config

在配置文件中添加:

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

重启sshd服务后,即可正常连接。

sudo service ssh restart

openssh无法登录:server responded algorithm negotiation failed”相关推荐

  1. server responded algorithm negotiation failed

    ssh报错:server responded "algorithm negotiation failed" 原因是SSH升级后,为了安全,默认不再采用原来的一些加密算法,需要手动添 ...

  2. Ubuntu16.04连接SSH出现 Server responded “Algorithm negotiation failed” 的解决方法

    Ubuntu16.04连接SSH出现 Server responded "Algorithm negotiation failed" 的解决方法 参考文章: (1)Ubuntu16 ...

  3. Ubuntu SSH Algorithm negotiation failed

    问题 解决方法 chmod 777 /etc/ssh/sshd_config gedit /etc/ssh/sshd_config 添加如下 Ciphers aes128-cbc,aes192-cbc ...

  4. 连接Ubuntu 出现 Algorithm Negotiation failed 错误

    以下方法在最新的Ubuntu 20.04验证成功: sudo vim /etc/ssh/sshd_config 增加以下两行: KexAlgorithms +diffie-hellman-group1 ...

  5. Failed to load module script: The server responded with a non-JavaScript MIME type of “text/plain“.

    flask 使用es6语法中 type='module' 报错 报错如下: Failed to load module script: The server responded with a non- ...

  6. Springboot 页面访问不到静态资源Failed to load resource: the server responded with a status of 404 ()

    Springboot 页面访问不到静态资源 问题:在HTML文件中引入图片,但是浏览器访问不到图片. index.html: <!DOCTYPE html> <html xmlns: ...

  7. 接入谷歌AdSense后浏览器控制台报错:Failed to load resource: the server responded with a status of 403的原因及解决办法、

    本篇文章主要讲解,接入谷歌AdSense后浏览器控制台报错:Failed to load resource: the server responded with a status of 403 ads ...

  8. JavaWeb、Tomcat、jquery:Failed to load resource: the server responded with a status of 500 ()

    文章目录 报错 分析解决 尝试1 尝试2 总结 报错 这里是后台获取数据再给到另外一个前端页面输出数据,但是点击了提交按钮后页面并没有反应,通过浏览器的开发者模式发现以下错误. 分析解决 尝试1 Fa ...

  9. HTML页面跨域请求图片资源报错:Failed to load resource: the server responded with a status of 403 (Forbidden)

    笔者近日刚刚完成了一个Spring boot项目,首页 index.html 页面元素 <img> 引用了第三方服务器的图片链接,在本地测试环境输入 http://localhost 或者 ...

最新文章

  1. mysql存储过程获取sqlstate message_text
  2. DPM Server切换
  3. 前缀和与差分的使用(新手快速入门)
  4. Generic 打印ID对应的object type的工具
  5. 办公效率:从事会计行业,这些Excel技巧绝对用得着!
  6. 基于OGG Datahub插件将Oracle数据同步上云
  7. Personal Rank——个性化推荐召回算法python
  8. java读取文件buffered_关于Java中使用BufferedReader读取文件的疑惑
  9. 大数据有哪些特点和作用
  10. 11.9 noip模拟试题
  11. MacBook pro HTML 编写,老司机血泪劝告:买MacBook Pro一定不要买顶配!
  12. Windows下效率必备软件
  13. 动态交叉表(永洪bi)
  14. Task08|文本数据|joyfulpandas
  15. 基于ISO27001的数据中心信息安全管理体系
  16. C#PC与三菱Q系列PLC通信小实验中遇到的问题
  17. 服务器识别不了移动硬盘
  18. 【解决方法】屏幕滚动时文字短暂变蓝
  19. Spring/Boot/Cloud系列知识:SpringMVC进行HTTP信息接收和发送的过程(1)
  20. 游戏设计之动作游戏见解

热门文章

  1. 皮一皮:追忆我那随风逝去的阔腿裤...
  2. Docker 命令自动补全必须有
  3. Apache Beam 是什么,它为什么比其他选择更受欢迎?
  4. Flyway 执行报错: 'user_variables_by_thread' 表没有SELECT权限问题
  5. 如何用PHP写商品折扣_秒杀抢购时的超发,你用php如何优化的
  6. linux上logbok实时日志_日志lombok插件安装及配置
  7. python获取重复元素
  8. operator did not match Pytorch‘s Interpolation until opset 11
  9. opencv投影变换
  10. kafka-python 停止消费