ubuntu 重启ssh服务

systemctl stop ssh.service

systemctl start ssh.service

systemctl restart ssh.service

#centos7

systemctl restart sshd.service
原文地址:https://www.cnblogs.com/sz-jack/p/11988908.html