X window GUI via SSH
Written by
Leic
in
Linux Development
Enable X forward in SSH server:
nano /etc/ssh/sshd_config
X11Forwarding yes
X11DisplayOffset 10
Enable X forward in SSH client:
nano /etc/ssh/ssh_config
X11Forwarding yes
Launch ssh session with -X option
ssh -X yourserver
xlogo