ssh forwarding from mac to ubuntu doesn't work – CentOS
I'm trying to use ssh forwarding feature on mac to display remote GUI application locally. on Mac, I installed the official xserver XQaurtz, set it up as below. $ cat ~/.ssh/config Host * XAuthLocation /opt/X11/bin/xauth ForwardAgent yes ForwardX11 yes Then…