|
|
|
|
|
by belak
4219 days ago
|
|
AuthorizedKeysCommand doesn't scale. Particularly for Github and Bitbucket because they would need to return a few million lines. From the man page: Specifies a program to be used for lookup of the user's public keys. The program will be invoked with its first argument the name of the user being authorized, and should produce on standard output AuthorizedKeys lines (see AUTHORIZED_KEYS in sshd(8)). By default (or when set to the empty string) there is no AuthorizedKeysCommand run. If the AuthorizedKeysCommand does not successfully authorize the user, authorization falls through to the AuthorizedKeysFile. Note that this option has an effect only with PubkeyAuthentication turned on. |
|