增加 Manjaro 安装 openssh 的方法.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-07-10 15:35:41 +08:00
parent 475d32e940
commit 33e316c8e0
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ published: true
```bash
# Ubuntu
apt-get install openssh-server
# Manjaro
pacman -S openssh
```
## 开启 SSH 服务