ssh enable strict host key chacking
This commit is contained in:
parent
5b4ad017e1
commit
df9c038d87
1 changed files with 1 additions and 0 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
|
||||||
|
|
Loading…
Reference in a new issue