Update ssh.md

This commit is contained in:
小弟调调 2023-05-27 11:55:46 +08:00 committed by GitHub
parent 119f80ab24
commit 512a35b995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ ssh-copy-id user@ip:port # 将当前用户的公钥复制到需要 ssh 的服务
ssh username@remote_host
```
2. 连接远程服务器并指定端口
连接远程服务器并指定端口
```shell
ssh -p port username@remote_host