Created
May 14, 2014 14:27
-
-
Save martint17r/8c974a49875f82958e22 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
# Activate in /etc/ssh/sshd_config | |
# AuthorizedKeysCommand /usr/local/sbin/monkeysphere-sshd-keyprovider | |
# AuthorizedKeysCommandUser root | |
export MONKEYSPHERE_CHECK_KEYSERVER=false | |
export MONKEYSPHERE_RAW_AUTHORIZED_KEYS=/dev/null | |
monkeysphere-authentication keys-for-user $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment