Skip to content

Instantly share code, notes, and snippets.

@abhi-io
Last active January 5, 2021 17:23
Show Gist options
  • Save abhi-io/fdd26d0a5c9f3122d98007b8300026fa to your computer and use it in GitHub Desktop.
Save abhi-io/fdd26d0a5c9f3122d98007b8300026fa to your computer and use it in GitHub Desktop.
Launch AWS EC2 Mac Instances - Enable VNC Server
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \
-activate -configure -access -on \
-configure -allowAccessFor -specifiedUsers \
-configure -users ec2-user \
-configure -restart -agent -privs -all
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \
-configure -access -on -privs -all -users ec2-user
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment