From aeabca4cef15ba5cc8d99e1e6f53ec56d2cb217c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 30 Aug 2024 21:40:35 +0000 Subject: [PATCH] frontend: disable ssh ControlMaster prompts (autoask -> ask) too nervy & seems to have no real advantage from any standpoint, esp. as long as GPG Agent (my SSH agent) is not prompting & just letting apps using my keys anyway --- nix/nixos-modules/frontend/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index 9f3a700..2a99bf5 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -347,7 +347,7 @@ in ssh = { enable = true; - controlMaster = "autoask"; + controlMaster = "auto"; controlPath = "~/.ssh/connections/%r@%h:%p"; controlPersist = "10m"; matchBlocks = {