mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
morph: add ServerAliveInterval
This commit is contained in:
parent
3482dbb0cc
commit
5fa7ffc443
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ in
|
||||||
);
|
);
|
||||||
|
|
||||||
sshConfig = pkgs.writeText "ssh_config" ''
|
sshConfig = pkgs.writeText "ssh_config" ''
|
||||||
|
ServerAliveInterval 3
|
||||||
StrictHostKeyChecking yes
|
StrictHostKeyChecking yes
|
||||||
GlobalKnownHostsFile ${sshKnownHostsTxt}
|
GlobalKnownHostsFile ${sshKnownHostsTxt}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue