commit | daf8f9874db6451c60b7b91f28b7b06c21cfbced | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Dec 16 11:55:34 2015 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Dec 16 11:55:34 2015 +0100 |
tree | d64bca7330497083519be247901262e1b9114340 | |
parent | 3668cd0eee4ae8d8daccf9da913d855130e80383 [diff] [blame] |
Support AuthorizedKeysCommand
diff --git a/README.rst b/README.rst index ba51d6b..b83fda0 100644 --- a/README.rst +++ b/README.rst
@@ -75,6 +75,18 @@ public_keys: - ${public_keys:newt} +OpenSSH server for use with FreeIPA + +.. code-block:: yaml + + openssh: + server: + enabled: true + public_key_auth: true + authorized_keys_command: + command: /usr/bin/sss_ssh_authorizedkeys + user: nobody + Read more =========