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

xshell连接ubuntu

时间:2015-04-12 12:05:20      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:ubuntu   ssh   

1.普通用户登录然后进入root

  sudo -s

  (输入普通用户密码)

2,开启SSH服务,如果没有开启需要安装openssh-server:
  

    sudo apt-get install openssh-server

   (安装中选择“y”)

3,查看是否启动

      ps -e | grep ssh

      如果只有ssh-agent  (一行)表示还没启动

      技术分享

      需要/etc/init.d/ssh start;

      有sshd说明已启动

      技术分享

4,查看ubuntu的ip地址

      ifconfig

5,xshell中

      ssh <ubuntu的ip>

xshell连接ubuntu

标签:ubuntu   ssh   

原文地址:http://blog.csdn.net/u010834795/article/details/45008701

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