furzoom

Linux启动ssh服务

在Linux下启动ssh服务使用如下命令其一即可:

# service sshd start
# /etc/init.d/sshd start

开机启动

使用如下方法其就可以。

chkconfig

可以使用chkconfig添加运行级别。如:

# chkconfig sshd on

更改启动脚本

可以将命令添加到/etc/rc.local文件的末尾即可。

要添加的命令是最上面介绍的任一命令。

更多请参考Linux运维

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-06-07
  • 2022-01-01
  • 2021-11-23
  • 2021-11-23
  • 2021-12-25
  • 2021-12-25
  • 2021-12-25
猜你喜欢
  • 2021-12-03
  • 2021-10-03
  • 2021-10-03
  • 2021-11-23
相关资源
相似解决方案