码迷,mamicode.com
首页 > 其他好文 > 详细

The remote system refused the connection.

时间:2017-11-08 13:27:20      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:class   报错   使用   get   执行   col   pen   log   refused   

使用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.

标签:class   报错   使用   get   执行   col   pen   log   refused   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!