Compare commits
No commits in common. "df9c038d87b35241caa80a8d9546366279486ff8" and "4ef68268379d0efa4a371614fe9da7ac7968a4dd" have entirely different histories.
df9c038d87
...
4ef6826837
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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': {
|
||||||
|
|
Loading…
Reference in a new issue