From 4724988ffc723043c779a0a57d5eda83fa937a97 Mon Sep 17 00:00:00 2001 From: Tim Fechner <tim.fechner@hs-hannover.de> Date: Fri, 22 Jul 2016 12:02:17 +0200 Subject: [PATCH] Fix #27, display wrong sshd condig values --- salt_observer/templates/minion/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt_observer/templates/minion/detail.html b/salt_observer/templates/minion/detail.html index a3f1b75..9577fab 100644 --- a/salt_observer/templates/minion/detail.html +++ b/salt_observer/templates/minion/detail.html @@ -148,7 +148,7 @@ <tr> <td>Passwort authentication</td> <td> - {% if minion.data.grains.openssh.passwortauthentication %} + {% if minion.data.grains.openssh.passwordauthentication %} <span class="text-danger"><i class="fa fa-fw fa-times"></i> Yes</span> {% else %} <span class="text-success"><i class="fa fa-fw fa-check"></i> No</span> -- GitLab