补充参数.

Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
lion.chan 2022-07-31 14:53:29 +08:00
parent df3e1ef759
commit e722b863c1
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ ssh-keygen
之后在客户端使用: 之后在客户端使用:
```bash ```bash
ssh-copy-id <User Name>@<IP> ssh-copy-id -p <port> <User Name>@<IP>
# 后续按照提示进行操作即可 # 后续按照提示进行操作即可
``` ```