How do I create a VNC connection to my Mac at home?
I can't figure out the last step so Screen Sharing will show me my desktop.
This is what I accomplished so far:
connected to
ssh -NfL 5900:127.0.0.1:5900 username@my.dyndns.name -p 5678 *
I get the password prompt and get a connection.
* changed from default port 22
When trying to connect using CMD+K in Finder:
vnc://127.0.0.1:5900
I get the message "A computer can not connect to itself and share its screen."
What do I need to do to establish the VNC connection? Thanks
I can't figure out the last step so Screen Sharing will show me my desktop.
This is what I accomplished so far:
connected to
ssh -NfL 5900:127.0.0.1:5900 username@my.dyndns.name -p 5678 *
I get the password prompt and get a connection.
* changed from default port 22
When trying to connect using CMD+K in Finder:
vnc://127.0.0.1:5900
I get the message "A computer can not connect to itself and share its screen."
What do I need to do to establish the VNC connection? Thanks