1
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 3 years have passed since last update.

VScodeでWSLからSSH接続

Last updated at Posted at 2021-12-24

タイトル通りWSLからSSH接続を行ってVScodeを動かしたので,個人の忘備録として残していきたいと思います.その際トラブルが生じましたので,その解決方法と共に後述しています.

VScodeのパスをWSLに変更

以下のURLが参考となります.
https://qiita.com/_masa_u/items/d3c1fa7898b0783bc3ed

VScodeのsetting.jsonを開き,terminal.integrated.cwdを追加しました.その後,Cドライブ上でのWSLのパスをterminal.integrated.cwdの後に書きました.

VScodeからSSH接続

ssh-keygenで秘密鍵id_rsaを設定し,WSL下の.sshに置きました.
その後,WSLからSSH接続を試みましたが,以下のようなエラーが出ました.
no such identity: C:user\ユーザー名\.ssh\id_rsa: No such file or directory

どうやらWindowsのCドライブの下に直接id_rsaを置かなければならないようです.
紆余曲折を得て,Cドライブ下にWSL下の秘密鍵のシンボリックリンクを置いたところ,VScodeでSSH接続に成功しました.

シンボリックリンクの作成法は以下のURLを参考にしました.
https://www.koikikukan.com/archives/2020/04/16-235555.php

おわりに

もう少しできれば図を挟みながら説明したいと思っております.更新頑張ります.

1
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
1
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?