mahiwaga

I'm not really all that mysterious

screen sharing/vnc over ssh in mac os x

I don’t know why only this particular invocation worked for me, but I finally figured out how to share my desktop screen over the Internet

My desktop machine at home is a Mac Mini 1.2 GHz PPC. I’m trying to connect with a MacBook 2.4 GHz Core 2 Duo.

`

MacBook% ssh -f -C -L 5901:localhost:5900 username@macmini.dynamic-dns-service.org ‘sleep 5’; open vnc://localhost:5901

`

I found this on Extra Pepperoni.

5901 can be any port you want on your client machine. 5900 is where Screen Sharing/VNC lives. Everything else is pretty self-explanatory, I think.

Screen Grab of my MacBook sharing the screen of my Mac Mini

Of course, viewing a 1680 x 1050 screen on an 1280 x 800 screen is probably not recommended.

initially published online on:
page regenerated on: