指定 ssh 端口.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-10-22 14:57:05 +08:00
parent 8d428d46a0
commit 1b255a7523
1 changed files with 3 additions and 1 deletions

View File

@ -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 上传