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

如何使用xshell远程连接ubuntu

时间:2016-08-28 08:38:06      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

在Ubuntu上安装ssh就可以使用xshell登录了,安装步骤:

1,sudo apt-get install openssh-server

2,然后启动ssh

sudo /etc/init.d/ssh start

3,查看

ps -e|grep ssh

然后在xshell中输入IP地址,user name & password,就可以登录。

reference:

http://os.51cto.com/art/201109/291634.htm

http://blog.csdn.net/huilangeliuxin/article/details/43057933

如何使用xshell远程连接ubuntu

标签:

原文地址:http://www.cnblogs.com/tingjie-word/p/5814314.html

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