Windows 8.1でvscodeのRemote SSHを使おうとしたところ、SSH接続の部分で
An SSH installation couldn't be found
のエラーがでて使えなかった。
sshコマンドのパスが通っていないためだった。
Ctrl+,
を押して、settingsを開き、Search settings
に
remote.SSH.path
と入力する
Remote.SSH:Pathの欄にsshコマンドのパスを入力する
C:\Program Files\Git\usr\bin\ssh.exe
参考
https://code.visualstudio.com/docs/remote/troubleshooting#_installing-a-supported-ssh-client