Copyright 2021 Simon Quantrill, All Rights Reserved

Remote Xwindows access

Tue 13 January 2015

If you need to get a xwindows session to a remote machine at a push you can try this:

$ssh -X -C user@remote user@remote$ Xnest :1 -geometry 800x600 & user@remote$ gnome-session -display :1 & Its slow but functional!

on the top

Comments