From ddbda78af2efe71bf127451450bb0a28ac0ba3df Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 29 Mar 2021 21:13:48 -0700 Subject: [PATCH] basessh: should be an else here Signed-off-by: Kevin Fenzi --- roles/basessh/templates/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}