Fix host checking
This commit is contained in:
parent
dcbe3fb40e
commit
947ee84b47
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
programs.ssh.extraConfig = ''
|
||||
Host zeus
|
||||
User nixremote
|
||||
StrictHostKeyChecking accept-new
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ${config.sops.secrets."nixremote/sshkey".path}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue