mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
basessh: should be an else here
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -53,7 +53,7 @@ AcceptEnv XMODIFIERS
|
||||
{% if sshd_keyhelper %}
|
||||
AuthorizedKeysCommandUser git
|
||||
AuthorizedKeysCommand /usr/libexec/pagure/keyhelper.py "%u" "%h" "%t" "%f"
|
||||
{% elif %}
|
||||
{% else %}
|
||||
AuthorizedKeysCommandUser nobody
|
||||
AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user