Skip to content

Instantly share code, notes, and snippets.

@tanyuan
Last active January 12, 2017 11:32
Show Gist options
  • Save tanyuan/26924fe238bf9f3c24cafa8e9d4dd263 to your computer and use it in GitHub Desktop.
Save tanyuan/26924fe238bf9f3c24cafa8e9d4dd263 to your computer and use it in GitHub Desktop.
Mac connects to remote Ubuntu desktop

Mac connects to remote Ubuntu desktop

Remote: Ubuntu:

Desktop Sharing

  • Allow other users to control your desktop
  • You must confirm each access to this machine
  • Require the user to enter this password: ________

Mac does not support vino's encryption, so we need to disable it:

gsettings set org.gnome.Vino require-encryption false

Test on Ubuntu:

sudo apt-get install vinagre

Connect to:

localhost

Local: Mac:

Finder > Go > Connect to server ...

vnc://server:port

Enter password. Connected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment