Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: How to use screen sharing remotely and securely' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: How to use screen sharing remotely and securely
Authored by: felix-fi on Tue, Nov 20 2007 at 3:21AM PST
Just to clarify a bit my previous post...

when host-X executes
ssh -L port:host-Y:hostport host-Z

then local packet sent to port are tunneled to host-Z which then decrypt them and pass them to host-Y in clear. Moreover, host-Y is "resolved" from host-Z point of view (so if it is localhost or 127.0.0.1, it means host-Z itself)

(I hope I did not add to much confusion again)




[ Reply to This | # ]