增加启动 ssh 服务的方法.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
92556de703
commit
59f0a73704
|
@ -116,6 +116,12 @@ systemctrl start sshd.service
|
|||
systemctrl status sshd.service
|
||||
```
|
||||
|
||||
如果没有 systemd,可以使用如下命令:
|
||||
|
||||
```sh
|
||||
service ssh start
|
||||
```
|
||||
|
||||
## SSH 登陆
|
||||
|
||||
在开发机上
|
||||
|
|
Loading…
Reference in New Issue