Mac: How to configure Mac screen sharing to only listen on localhost

This can be done as shown below

sudo defaults write /Library/Preferences/com.apple.RemoteManagement.plist VNCOnlyLocalConnections -bool yes

Comments are closed.