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でSSH X11 Forwardingする方法

Last updated at Posted at 2020-11-21

VS CodeでSSH X11 Forwardingする方法を雑に記録する。

前提条件:

  • ローカルマシン:
    • OS: Windows 10
    • Application:
      • wsl or wsl2
      • VS Code
        • Remote - SSH
      • VcXsrv
    • その他
      • batが動作すること
  • ホストマシン: Linux
    • Application:
      • ssh(X11Forwardingが有効になっていること)
    • 検証のためにxeyes等のアプリが入っていること

方法

ローカルマシンにて、次のファイルを用意する

x11ssh.bat
set DISPLAY=localhost:0.0
ssh %*

VS Codeの設定画面より、Remote.SSH:PATHに1で作成したx11ssh.batのPathを登録する。
VS Codeよりホストマシンにssh接続して、xeyesが動作することを確認する。

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?