I'm not going to be in front of my ubuntu machine for a while but I very much need to be able to remote desktop to it.
In an ssh session, what's the best route to take to set-up and allow certain users to remote desktop to my machine?
|
I'm not going to be in front of my ubuntu machine for a while but I very much need to be able to remote desktop to it. In an ssh session, what's the best route to take to set-up and allow certain users to remote desktop to my machine? |
|||
|
|
|
One option is to use a little script that tunnels the remote desktop session (using x11vnc) over the file:
This can then be called using
This script can be modified to store the user and host name if desired. |
|||
|
|