【个人日记】服务器命令

SSH

1.重启SSH
Centos7:

systemctl restart sshd

centos6:

/etc/init.d/ssh restart

OR

sudo systemctl restart sshd

Ubuntu:

sudo service ssh restart

未知:

sudo systemctl restart sshd