Skip to content

Instantly share code, notes, and snippets.

@martint17r
Created May 14, 2014 14:27
Show Gist options
  • Save martint17r/8c974a49875f82958e22 to your computer and use it in GitHub Desktop.
Save martint17r/8c974a49875f82958e22 to your computer and use it in GitHub Desktop.
#!/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