查看状态: systemctl status sshd.service 启动服务: systemctl start sshd.service 重启服务: systemctl restart sshd.service 开机自启: systemctl enable sshd.service
重启sshd服务
原文:https://www.cnblogs.com/effortsing/p/10337668.html