From 5edd0fe042597035922f1bc215b88053a82c68b2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 4 May 2018 23:06:13 +0200 Subject: [PATCH] ansible: add todo message for nicoo --- ansible/tuer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/tuer.yml b/ansible/tuer.yml index f7c7bf4..f0017c7 100644 --- a/ansible/tuer.yml +++ b/ansible/tuer.yml @@ -98,6 +98,7 @@ option RootPasswordAuth 'off' option Port '22000' + # TODO: mode needs to be 0600 /etc/dropbear/authorized_keys: |- {% for key in noc_ssh_keys %} {{ key }} -- 1.7.10.4