Docs/其他/vscode远程免密访问服务器.md

7 lines
No EOL
171 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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