diff --git a/modules/global/ssh.nix b/modules/global/ssh.nix index cce7ce9..1ccc440 100644 --- a/modules/global/ssh.nix +++ b/modules/global/ssh.nix @@ -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";