Local and remote X sessions on different consoles
There are several ways to start graphical applications remotely with Linux. One of the most simple and obvious is ssh with -X input parameter. Command ssh -X user@host “firefox” will start best browser ever from remote host (you’ll see it in your local X session). But what about remote session instead of single applications? To start remote X11 session on first console (switch to it with CTRL+F1) execute: xinit ssh [...]
Read more →