Skip to content

Using VSCode remote

ssh configuration

.ssh/config
1
2
3
4
5
6
Host myserver
  HostName 10.0.0.4
  Port 22
  User user
  ForwardX11 yes
  ForwardX11Trusted yes