global/ssh: attempt to keep ssh alive
This commit is contained in:
parent
a87c2cacff
commit
c4fd35577d
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ with lib;
|
|||
settings = {
|
||||
X11Forwarding = mkDefault false;
|
||||
GatewayPorts = mkDefault "yes";
|
||||
ClientAliveInterval = 60;
|
||||
TCPKeepAlive = "yes";
|
||||
};
|
||||
hostKeys = mkDefault [{
|
||||
path = "/etc/ssh/ssh_host_ed25519_key";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue