commit 803c9985c1e1cd4324c4690ffb9b60c13532502c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jul 31 13:18:24 2019 +0200
Disable sshd_host_certificate
inventory/group_vars/all | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/inventory/group_vars/all b/inventory/group_vars/all
index 54d51b0..4fb14f5 100644
--- a/inventory/group_vars/all
+++ b/inventory/group_vars/all
@@ -313,6 +313,9 @@ redirectmatch_enabled: True
# not on most of them, so default to false
sshd_sftp: false
+# Disable ssh pub key by default
+sshd_host_certificate: False
+
#
# Autodetect python version
#