Tuesday, March 13, 2007

Remote X session from Linux to Linux

To have a remote X session from Linux machine A to Linux machine B connect to A using the command:
ssh -X 192.168.0.6 -l mylogname

Replace 192.168.0.6 for your IP or hostname.