basessh: should be an else here

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-03-29 21:13:48 -07:00
parent a1121be991
commit ddbda78af2

View file

@ -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 %}