ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

wsl设置ssh时kex_exchange_identification: Connection closed by remote host问题

wsl设置ssh时kex_exchange_identification: Connection closed by remote host问题

问题:

  • 在wsl所有ssh相关的东西设置好的情况下出现:kex_exchange_identification: Connection closed by remote host

解决方案

  • 如果是使用密码登陆的,修改/etc/ssh/sshd_config,将PasswordAuthentication改为yes即可。
返回列表