首页 > Windows开发 > 详细

Windows上使用SecureCRT软件连接Linux终端 — 解决问题;The remote system refused the connection

时间:2019-07-14 15:05:07      阅读:282      评论:0      收藏:0      [点我收藏+]

如果你遇到这个问题,说明你的Linux系统里面没有安装openssh-server

解决办法:1、sudo apt-get install openssh-server

     2、用这个命令:ps -e | grep ssh

       3834 ? 00:00:00 sshd

     3、重启系统或者注销系统。

这个可以CRT连接了。

Windows上使用SecureCRT软件连接Linux终端 — 解决问题;The remote system refused the connection

原文:https://www.cnblogs.com/AC-Milan2019/p/11184078.html

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