首页 > 其他 > 详细

The remote system refused the connection.

时间:2017-11-08 12:39:27      阅读:267      评论:0      收藏:0      [点我收藏+]

使用SecureCRT连接Ubuntu时,报错:

The remote system refused the connection.

说明Ubuntu上没有安装openssh-server,使用命令:

sudo apt-get install openssh-server

进行安装,安装完成之后执行以下命令查看:

ps -e | grep ssh

结果:

 5625 ?        00:00:00 sshd

再次尝试使用SecureCRT连接就成功了。

The remote system refused the connection.

原文:http://www.cnblogs.com/weilu2/p/The_remote_system_refused_the_connection.html

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