Windows/VSCode.md
... ...
@@ -263,6 +263,11 @@
263 263
```
264 264
> git config --global core.sshCommand "'C:/Program Files/OpenSSH-Win64/ssh.exe'"
265 265
```
266
+- ユーザー設定で ssh コマンドのパスを指定する。(remote.SSH.path)
267
+ ```
268
+ Remote.SSH: Path
269
+ C:/Program Files/OpenSSH-Win64/ssh.exe
270
+ ```
266 271
267 272
### Microsoft OpenSSH を使用する
268 273
- [SSH-Agent サービスの有効化](/Windows/PowerShell#ssh-agent-サービスの有効化)