指定 ssh 端口.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
8d428d46a0
commit
1b255a7523
|
@ -114,9 +114,11 @@ systemctrl status sshd.service
|
||||||
在开发机上
|
在开发机上
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ssh <User Name>@<IP>
|
ssh <User Name>@<IP> -p <port>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
不加 -p 参数,则默认使用 22 端口。
|
||||||
|
|
||||||
## SCP 上传和下载
|
## SCP 上传和下载
|
||||||
|
|
||||||
SCP 上传
|
SCP 上传
|
||||||
|
|
Loading…
Reference in New Issue