diff options
Diffstat (limited to 'home/mun/programs/ssh.nix')
| -rw-r--r-- | home/mun/programs/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/mun/programs/ssh.nix b/home/mun/programs/ssh.nix index c3b011e..3c0b804 100644 --- a/home/mun/programs/ssh.nix +++ b/home/mun/programs/ssh.nix @@ -4,7 +4,7 @@ enableDefaultConfig = false; matchBlocks = { "*" = { - addKeysToAgent = "yes"; + addKeysToAgent = "no"; forwardAgent = false; }; "cgit" = { |
