x11 on davidchua https://dchua.com/tags/x11/ Recent content in x11 on davidchua Hugo -- gohugo.io en-us Tue, 15 Jul 2014 00:00:00 +0000 X11 forwarding over remote SSH tmux https://dchua.com/posts/2014-07-15-x11-forwarding-over-remote-ssh-tmux/ Tue, 15 Jul 2014 00:00:00 +0000 https://dchua.com/posts/2014-07-15-x11-forwarding-over-remote-ssh-tmux/ I’m starting to do all my development remotely on a development server that I’m hosting at home over a VPN. This means that all my devices are basically thin-clients. Pre-requisite Make sure that you’ve already allowed X11 forwarding over your remote user account. If not, do this (in your remote server logged in as your remote user account) # in ~/.ssh/config (create if its not there) # add the following ForwardX11 yes One of the problems I had encountered was attempting to do X11 forwarding over TMUX.