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 = ''
|
programs.ssh.extraConfig = ''
|
||||||
Host zeus
|
Host zeus
|
||||||
User nixremote
|
User nixremote
|
||||||
|
StrictHostKeyChecking accept-new
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ${config.sops.secrets."nixremote/sshkey".path}
|
IdentityFile ${config.sops.secrets."nixremote/sshkey".path}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue