《 空中接口学园 》
>>   IT技能
>>>>  xshell5无法访问

--  作者:tom
--  发布时间:2024-08-02 19:40:42
刚安装好的Linux主机,xshell5无法访问,通常是算法不匹配。

  sudo nano /etc/ssh/sshd_config
  在文件最后加入:
  KexAlgorithms +diffie-hellman-group1-sha1
  HostKeyAlgorithms ssh-rsa
  sudo service ssh restart

  xshell5就应该可以访问了。


[此贴子已经被作者于2025-02-22 07:19:37编辑过]

目前已经有1条评论    >>> 发表你的见解

Powered by:Old version
Copyright ©2002 - 2019空中接口学园 , 页面执行时间:31.250毫秒