Last active
August 29, 2015 14:04
-
-
Save quicklywilliam/ed2454efff12e6b4b3a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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