VNC connect from Mac OSX El capitan to Ubuntu Linxu
Edit 2016-11-05
This is actually trivial, here are the steps.
This is actually trivial, here are the steps.
- On the remote Ubuntu "workstation", run
$ vncserver - On the home Mac machine, run your favorite SSH tunnel
$ ssh -t -L 5901:localhost:5901 workstation - Open up the vnc screen in a Mac window$ open vnc://localhost:5901
Comments
Post a Comment