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

Linux开启ssh服务

时间:2015-09-16 15:33:45      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

  1. 首先更新源  
    sudo apt-get update
  2. 安装ssh服务
    sudo apt-get install openssh-server
  3. 检测是否已启动
    ps -e | grep ssh

    看到有ssh字样,说明已启动,如果没有就手动启动

    /etc/init.d/ssh start
  4. 配置ssh-server,配置文件位于/etc/ssh/sshd_config,默认端口为22,为了安全,一般自定义为其他端口,然后重启
    sudo /etc/init.d/ssh resart

    在windows中,使用putty或者SSH Secure Shell等登录虚拟机

Linux开启ssh服务

标签:

原文地址:http://www.cnblogs.com/syqlp/p/4813207.html

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