From 35a2169a3b6cd80a974daf5d92072a214d93d106 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Nov 2022 18:03:18 -0300 Subject: etc/guix/system.scm: Add network instability tolerance to OpenSSH daemon --- etc/guix/system.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'etc/guix/system.scm') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index e3bdc5a..fddadca 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -118,7 +118,12 @@ `(("andreh" ,(local-file (string-append (or (getenv "XDG_CONFIG_HOME") (string-append (getenv "HOME") "/.ssh")) - "/ssh/id_rsa.pub"))))))) + "/ssh/id_rsa.pub"))))) + (extra-content #"- + ClientAliveInterval 30 + ClientAliveCountMax 20 + MaxSessions 20 + "#))) #; (udev-rules-service 'backlight -- cgit v1.2.3