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