ssh enable strict host key chacking

This commit is contained in:
mwiegand 2022-03-27 18:03:51 +02:00
parent 5b4ad017e1
commit df9c038d87

View file

@ -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