1、1,使用“chkconfig --list | grep sshd”命令来查看sshd服务是否开启。

3、执行“chkconfig --level 35 sshd off”

5、也可以执行“/etc/init.d/sshd stop”,来关闭sshd应用。

时间:2025-01-04 09:16:49
1、1,使用“chkconfig --list | grep sshd”命令来查看sshd服务是否开启。
3、执行“chkconfig --level 35 sshd off”
5、也可以执行“/etc/init.d/sshd stop”,来关闭sshd应用。