补充 生成 Host Key 的方法.

Signed-off-by: rick.chan <chen.yang@yuzhen-iot.com>
This commit is contained in:
rick.chan 2021-11-16 14:28:26 +08:00
parent 7da8f4258f
commit f926b0ddba
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ published: true
sudo apt install openssh-server
# Manjaro
sudo pacman -S openssh
# 生成 Host Key
ssh-keygen -A
```
## 开启 SSH 服务