We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b97a38 commit f206151Copy full SHA for f206151
README.md
@@ -36,8 +36,8 @@ Host *
36
### Microsoft Windows, for all users
37
38
```cmd
39
-curl -LSso C:\ProgramData\ssh\ssh_config.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_config"
40
-curl -LSso C:\ProgramData\ssh\ssh_known_hosts.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_known_hosts"
+curl.exe -LSso C:\ProgramData\ssh\ssh_config.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_config"
+curl.exe -LSso C:\ProgramData\ssh\ssh_known_hosts.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_known_hosts"
41
```
42
43
Then add the following lines to `C:\ProgramData\ssh\ssh_config`:
0 commit comments