Fix host checking

This commit is contained in:
Chris Dombroski 2024-05-11 13:04:32 -04:00
parent dcbe3fb40e
commit 947ee84b47

View file

@ -106,6 +106,7 @@
programs.ssh.extraConfig = ''
Host zeus
User nixremote
StrictHostKeyChecking accept-new
IdentitiesOnly yes
IdentityFile ${config.sops.secrets."nixremote/sshkey".path}
'';