From 5d5397a0c04b738441706c423c1e1c85cb243bd4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 25 Sep 2023 00:33:43 +0200 Subject: [PATCH] feat: ssh multiplexing --- users/patrick/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/patrick/ssh.nix b/users/patrick/ssh.nix index 1a07b50..2c96f54 100644 --- a/users/patrick/ssh.nix +++ b/users/patrick/ssh.nix @@ -8,6 +8,8 @@ ''; programs.ssh = { enable = true; + controlMaster = "auto"; + controlPersist = "5s"; matchBlocks = let identityFile = ["~/.ssh/1.pub" "~/.ssh/2.pub"]; in {