Ok, I cannot seem to get VNC connection to work. I'm not sure if I understand it. So:
I want to connect from my home pc (let's call it athome
) to my work desktop (let's call it atwork
, but I have to tunnel through a connection server (let's call it workserver
).
So can someone explain me how I can use, e.g., Vinagre to connect from athome
to atwork
via workserver
(and share the desktop, which I enabled at atwork
vino-preferences)? I can get access them all fine via ssh in the terminal, but I can't get Vinagre to connect.
I've tried with the "Use host ... as SSH tunnel" option. It didn't work.
I've tried ssh -v -N -R 5902:atwork:5902 user@workserver
in the terminal and then connect to localhost:5902
, but it didn't work.
I'm probably doing something wrong, so I would be very happy if someone could explain me clearly how it should be done.
Thanks
atwork
andworkserver
are different machines. How are they connected? – Organic Marble Nov 27 '17 at 23:24athome
toworkserver
and then do again an ssh intoatwork
. But they are indeed different machines. – Lu Kas Nov 27 '17 at 23:39