linux开启SSH服务

1. 查看ssh服务状态

# /etc/init.d/ssh status12

2.修改配置文件

# vim /etc/ssh/sshd_config1
#PermitRootLogin prohibit-password
PermitRootLogin yes12
#PasswordAuthentication yes
PasswordAuthentication yes12

3. 启动ssh服务

# /etc/init.d/ssh start1
  • 查看服务状态
    # /etc/init.d/ssh status

  • 开机启动

# update-rc.d ssh enable1


评论 (0)

发表评论