From eba3733d69075a90cf853f3d0d2bdb3cd17af608 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Apr 2025 08:31:39 -0700 Subject: no control mater for github --- nix/users/fcuny/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/users/fcuny/ssh.nix b/nix/users/fcuny/ssh.nix index cd69122..ec407ce 100644 --- a/nix/users/fcuny/ssh.nix +++ b/nix/users/fcuny/ssh.nix @@ -16,6 +16,8 @@ forwardAgent = false; extraOptions = { preferredAuthentications = "publickey"; + controlMaster = "no"; + controlPath = "none"; }; }; "github.rbx.com" = { @@ -24,6 +26,8 @@ forwardAgent = false; extraOptions = { preferredAuthentications = "publickey"; + controlMaster = "no"; + controlPath = "none"; }; }; }; -- cgit v1.2.3