SSH服务的系统启动

陈磊

ssh 服务随系统启动


chkconfig --level 2345 sshd on
--level 指系统在2345运行级别时,sshd on 表示开启服务,sshd off表示关闭服务