summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-13 01:26:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-13 01:26:11 +0200
commit8accaf3930a4c009b22c9c040580e54e1eb096e8 (patch)
treeeb375733718f5ade9bf3b8b54ab997e8fdf31698 /inventory
parentupgrade collabora and nextcloud (diff)
sshd: disable password auth by default
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml2
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml2
-rw-r--r--inventory/host_vars/ch-jump.yml1
3 files changed, 5 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 411ac061..e86b4660 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -25,6 +25,8 @@ network:
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
+sshd_password_auth: yes
+
zsh_banner: equinox
admin_users_host:
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index cb21940f..6b36ae1a 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -50,6 +50,8 @@ network:
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
+sshd_password_auth: yes
+
zsh_banner: equinox
admin_users_host:
diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml
index db54c6bb..5c041670 100644
--- a/inventory/host_vars/ch-jump.yml
+++ b/inventory/host_vars/ch-jump.yml
@@ -37,6 +37,7 @@ network:
- name: mgmt0
address: "{{ network_zones.mgmt.prefix | ipaddr(network_zones.mgmt.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+
sshd_jump_users:
equinox:
authorized_keys: "{{ users.equinox.ssh }}"