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

Ubuntu Server安装SSH服务

时间:2017-08-17 12:49:39      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:stop   sudo   bsp   ini   install   ubuntu   nbsp   apt-get   openssh   

安装SSH服务
     sudo apt-get install openssh-server
 
确认sshd服务是否启动
     ps -e |grep ssh
 
启动ssh服务
     sudo /etc/init.d/ssh start
 
重启SSH服务:
     sudo /etc/init.d/ssh stop
     sudo /etc/init.d/ssh start
 
这时候,就可以使用终端进行连接了。

Ubuntu Server安装SSH服务

标签:stop   sudo   bsp   ini   install   ubuntu   nbsp   apt-get   openssh   

原文地址:http://www.cnblogs.com/zealon/p/7380498.html

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