Skip to content

Instantly share code, notes, and snippets.

@jfryman
Created June 28, 2013 20:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jfryman/5887960 to your computer and use it in GitHub Desktop.
AuthorizedKeysCommand
Specifies a program to be used to look up the user's public keys.
The program must be owned by root and not writable by group or
others. It will be invoked with a single argument of the
username being authenticated, and should produce on standard
output zero or more lines of authorized_keys output (see
AUTHORIZED_KEYS in sshd(8)). If a key supplied by
AuthorizedKeysCommand does not successfully authenticate and
authorize the user then public key authentication continues using
the usual AuthorizedKeysFile files. By default, no
AuthorizedKeysCommand is run.
@jfryman
Copy link
Author

jfryman commented Jun 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment