secureCRT远程到ubuntu报the remote system refused the connection错误

使用secureCRT远程到ubuntu失败,报the remote system refused the connection错误:

解决方案:

ubuntu终端命令:ps -ef|grep ssh

发现缺少sshd-D进程
在终端命令:sudo apt-get install openssh-server安装openssh-server程序
 
然后再ps -ef|grep ssh看sshd是否正常运行,然后重新连接secureCRT就可以了。
 
posted @ 2016-08-22 16:40  晨曦的小尾巴  阅读(248)  评论(0)    收藏  举报