diff --git a/Software/Applications/SSH/Linux_SSH_服务的安装和使用.md b/Software/Applications/SSH/Linux_SSH_服务的安装和使用.md index a07f436..12b4ce8 100644 --- a/Software/Applications/SSH/Linux_SSH_服务的安装和使用.md +++ b/Software/Applications/SSH/Linux_SSH_服务的安装和使用.md @@ -114,6 +114,8 @@ systemctrl enable sshd.service systemctrl start sshd.service # 查看 sshd 服务状态 systemctrl status sshd.service +# 或(ubuntu12) +/etc/init.d/ssh restart ``` 如果没有 systemd,可以使用如下命令: