aiweixiao

1、启动SSH服务 “/etc/init.d/sshd start”。然后用netstat -antulp | grep ssh看是否能看到相关信息就可以了。

2、如何设置把ssh等一些服务随系统开机自动启动?

  方法一:[root@localhost ~]# vi /etc/rc.local
加入:service sshd start 或  /etc/init.d/sshd start

方法二:进入/etc/rc.d然后进入相应运行
级别如rc3.d.将K打头的ssh服务改为S开头的

分类:

技术点:

相关文章:

  • 2021-10-04
  • 2021-06-06
  • 2022-02-23
  • 2021-12-19
  • 2022-02-05
  • 2022-12-23
  • 2021-11-24
  • 2021-11-20
猜你喜欢
  • 2021-08-25
  • 2021-07-17
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案