linux防火墙放行ssh 如何关闭linux下的ssh服务?

如何关闭linux下的ssh服务?Chkconfig--level2345 sshd on--level指定当系统以2345级别运行时,通常在35秒内打开。要打开(on)sshd服务,请使用“关闭(o

如何关闭linux下的ssh服务?

Chkconfig--level2345 sshd on--level指定当系统以2345级别运行时,通常在35秒内打开。要打开(on)sshd服务,请使用“关闭(off)”临时控件来启动和停止它,然后使用/etc/rc.d/init.d/sshd start | stop | restart