当前位置: 代码迷 >> 综合 >> ssh报错:ssh_exchange_identification: Connection closed by remote host
  详细解决方案

ssh报错:ssh_exchange_identification: Connection closed by remote host

热度:27   发布时间:2023-10-17 21:49:31.0

我用ssh登陆服务器,出现这个报错的很蠢的原因是,服务器居然没有装openssh-server。。。233333

sudo apt-get install openssh-server

搞定

  相关解决方案