Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active October 3, 2015 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanschmidt/2430808 to your computer and use it in GitHub Desktop.
Save stefanschmidt/2430808 to your computer and use it in GitHub Desktop.
Enable Remote Management on OS X
# Configure Remote Management
kickstart -configure -allowAccessFor -allUsers -privs -all
# Enable Remote Management
kickstart -activate -restart -agent
# Disable Remote Management
kickstart -deactivate -stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment