Compare commits

..

No commits in common. "df9c038d87b35241caa80a8d9546366279486ff8" and "4ef68268379d0efa4a371614fe9da7ac7968a4dd" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
# on debian bullseye raspberry images, starting the systemd ssh # on debian bullseye raspberry images, starting the systemd ssh
# daemon seems to collide with an existing sysv daemon # 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 = { directories = {
'/etc/ssh': { '/etc/ssh': {