From 276407f70c3bb69441919875ba06813907c646c0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 28 Apr 2024 19:13:04 -0400 Subject: [PATCH] global/ssh: disable ssh agent forwarding --- users/modules/global/ssh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/modules/global/ssh.nix b/users/modules/global/ssh.nix index 07fbb73..8f667ec 100644 --- a/users/modules/global/ssh.nix +++ b/users/modules/global/ssh.nix @@ -3,7 +3,6 @@ enable = true; controlMaster = "auto"; controlPersist = "1m"; - forwardAgent = true; matchBlocks = { "server.doge-inc.net" = { port = 245;