SSH LXDE session

Having problems getting connected to the internet or getting your wireless card to work? Ask here.
Locked
seth
Posts: 1
Joined: Fri Mar 27, 2009 9:03 am

SSH LXDE session

Post by seth »

Before when using gnome I could type the following command into a terminal:

Code: Select all

xinit -eC ssh -XCT seth@192.168.0.100 gnome-session -- :1
and would have a graphical ssh session just as if I were in front of the other computer.

Is there any way to do this with LXDE?

Thank You

By the way I am using Debian Lenny (5.0) installed via the Debian Lenny xfce+lxde install cd.
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: SSH LXDE session

Post by Marty Jack »

First off, you can ssh without having a router involved. I have no idea what that is about, except as a possible disguise for the spam at the bottom.

Second, there's no LXDE equivalent to the "gnome-session -- :1" part that would start a whole new session on a remote node.

You can, though, run clients on an existing session using ssh -X or ssh -Y.
Locked