增加启动 ssh 服务的方法.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-20 14:03:20 +08:00
parent 92556de703
commit 59f0a73704
1 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,12 @@ systemctrl start sshd.service
systemctrl status sshd.service
```
如果没有 systemd可以使用如下命令
```sh
service ssh start
```
## SSH 登陆
在开发机上