morph: add ServerAliveInterval

This commit is contained in:
Sean Buckley 2021-09-11 17:52:22 -04:00
parent 3482dbb0cc
commit 5fa7ffc443

View file

@ -60,6 +60,7 @@ in
);
sshConfig = pkgs.writeText "ssh_config" ''
ServerAliveInterval 3
StrictHostKeyChecking yes
GlobalKnownHostsFile ${sshKnownHostsTxt}
'';