Compare commits

..

2 commits

Author SHA1 Message Date
mwiegand
df9c038d87 ssh enable strict host key chacking 2022-03-27 18:03:51 +02:00
mwiegand
5b4ad017e1 good old tuple typo 2022-03-27 18:03:43 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -2,4 +2,5 @@ Host *
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
StrictHostKeyChecking yes
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts

View file

@ -1,6 +1,6 @@
# on debian bullseye raspberry images, starting the systemd ssh
# daemon seems to collide with an existing sysv daemon
dont_touch_sshd = node.metadata.get('FIXME_dont_touch_sshd', False),
dont_touch_sshd = node.metadata.get('FIXME_dont_touch_sshd', False)
directories = {
'/etc/ssh': {