Skip to content

SSH X11 Forwarding on VSCode

Jonathan Hess edited this page Dec 21, 2023 · 1 revision

To work on or use Morpheus on a remote server with the GUI functions X11 must be setup. To use Morpheus via ssh X11 forwarding the following must be done:

  • Install the following VSCode extensions:
  • Remote - SSH
  • Remote X11 (SSH)
  • Setup Xming server
  • Download and Install Xming
  • Set Environment Variable $DISPLAY to localhost:0.0
  • Add the following to SSH/config
    ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes
Clone this wiki locally