2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vscodeのRemote SSHを古いWindowsで使う方法

Posted at

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

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?