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

ssh远程连接到Ubuntu

时间:2020-02-22 10:02:03      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:进程   conf   pen   get   启动   star   span   div   grep   

1.ubuntu首先得安装ssh

sudo apt-get install openssh-server

2.启动ssh

sudo /etc/init.d/ssh start

3.检查是否开启

ps -e | grep ssh

ps:  显示所有的正在运行的进程

-e:显示全部

4.获取Ubuntu主机的ip地址

ifconfig

5.port记得是22

ssh远程连接到Ubuntu

标签:进程   conf   pen   get   启动   star   span   div   grep   

原文地址:https://www.cnblogs.com/amitherblogs/p/12344102.html

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