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

7 lines
No EOL
161 B
Markdown
Raw Permalink 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 xxxxx
HostName xxxxx
User root
IdentityFile "C:\Users\Administrator\.ssh\ecs.pem"
```