Compare commits
2 commits
4ef6826837
...
df9c038d87
Author | SHA1 | Date | |
---|---|---|---|
![]() |
df9c038d87 | ||
![]() |
5b4ad017e1 |
2 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ 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