From 512a35b99550f1c5559c1f0fb0f0dbda8eafbc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= Date: Sat, 27 May 2023 11:55:46 +0800 Subject: [PATCH] Update ssh.md --- command/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/ssh.md b/command/ssh.md index 4b3750a475..0d9fdc39e2 100644 --- a/command/ssh.md +++ b/command/ssh.md @@ -64,7 +64,7 @@ ssh-copy-id user@ip:port # 将当前用户的公钥复制到需要 ssh 的服务 ssh username@remote_host ``` -2. 连接远程服务器并指定端口 +连接远程服务器并指定端口 ```shell ssh -p port username@remote_host