diff --git a/home/ssh/default.nix b/home/ssh/default.nix index af334041..4e6c52cc 100644 --- a/home/ssh/default.nix +++ b/home/ssh/default.nix @@ -5,7 +5,10 @@ serverAliveInterval = 15; serverAliveCountMax = 3; controlMaster = "auto"; - controlPersist = "1s"; + controlPersist = "10s"; matchBlocks."git*".user = "git"; + extraConfig = '' + AddKeysToAgent=yes + ''; }; }