Skip to content

Instantly share code, notes, and snippets.

@quicklywilliam
Last active August 29, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quicklywilliam/ed2454efff12e6b4b3a5 to your computer and use it in GitHub Desktop.
Save quicklywilliam/ed2454efff12e6b4b3a5 to your computer and use it in GitHub Desktop.
Knock 1.1.7 ships with beta support for entering your password into Mac OS X's admin password request dialogs.
To try it out, enter the following command in Terminal. You'll need to restart Knock for these changes to take effect.
defaults write com.knock.mac enableSecurityAgentSupportKey -bool true
To disable it again:
defaults write com.knock.mac enableSecurityAgentSupportKey -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment