更新 '其他/vscode远程免密访问服务器.md'

This commit is contained in:
iProbe 2023-11-17 16:03:28 +08:00
parent 756bb7deec
commit e09b333f31

View file

@ -1,7 +1,7 @@
以下列配置为例添加IdentityFile,配置私钥
```shell
Host 1.94.8.122
HostName 1.94.8.122
Host xxxxx
HostName xxxxx
User root
IdentityFile "C:\Users\Administrator\.ssh\ecs.pem"
```