码迷,mamicode.com
首页 > 系统相关 > 详细

SecureCRT连接Ubuntu失败(远程系统拒绝访问)

时间:2016-09-30 01:49:44      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

SecureCRT连接Ubuntu失败,长时间的重新连接,连接不了。

Ubuntu默认未安装ssh远程加密连接服务。

使用命令,安装即可。

sudo apt-get install openssh-server openssh-client

重启Ubuntu,默认已经开启ssh功能。

如果还是未连接,则

启动ssh-server:

/etc/init.d/ssh restart

检查ssh-server运行:

netstat -tlp

注:其中有ssh,则已启动运行。

ssh -l tskk localhost

测试即可。

SecureCRT连接Ubuntu失败(远程系统拒绝访问)

标签:

原文地址:http://www.cnblogs.com/wozixiaoyao/p/5922095.html

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