diff --git a/roles/basessh/templates/sshd_config b/roles/basessh/templates/sshd_config index 44f774ecfe..09802c76d8 100644 --- a/roles/basessh/templates/sshd_config +++ b/roles/basessh/templates/sshd_config @@ -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 %}