Exporting full X windows session via ssh

Posted by Ryan on February 20, 2009 in ComputerInfo, Linux, Solaris

Environment

client1 – your local machine that you want to view the server’s full gnome X session on.

server1 – the server that will send its X display through the ssh tunnel, to display on client1.

Syntax

Type the following from client side.

Xephyr -ac -screen 1024×768 -reset -terminate 2> /dev/null :1 &

DISPLAY=:1.0 ssh -XC root@server1 gnome-session 2>/dev/null

Write a Comment on Exporting full X windows session via ssh

Subscribe

Follow comments by subscribing to the Exporting full X windows session via ssh Comments RSS feed.

More

Read more posts by Ryan

Extracting log file contents, with sed and awk. MythTV, Mythdora, HVR-1600 installation and walkthrough guide