首页 > Windows开发 > 详细

解决使用putty 连接Windows主机与Linux虚拟机出现提示network error:connection refused问题

时间:2020-05-15 13:33:13      阅读:323      评论:0      收藏:0      [点我收藏+]

使用putty 连接Windows主机与Linux虚拟机出现提示network error:connection refused的问题

  1. 问题描述:
    • 主机与虚拟机可以互相ping通;
    • 防火墙已经关闭
    • 使用putty连接Linux机器时,弹出network error: connection refused的提示
  2. 解决方法:
    •  在Linux虚拟机中输入  
      • /etc/init.d/sshd status    显示status:stopped  
    • 接着输入
      • /etc/init.d/sshd start
      • 出现Starting sshd... OK[0.0s]
    • 成功解决此问题

 

解决使用putty 连接Windows主机与Linux虚拟机出现提示network error:connection refused问题

原文:https://www.cnblogs.com/moaiwa/p/12894010.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!