diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-06 17:39:27 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-06 17:39:27 +0200 |
| commit | 57947f7a26954c2077406dc6917eed09a409198e (patch) | |
| tree | eaf1bc4e68a52e78ae257f98e23bfe334ba6810f /home | |
| parent | 1a07b5aa1ecf07180c914e866d87cfc2f84263c1 (diff) | |
Configured ssh to only use explicitly declared keys
Diffstat (limited to 'home')
| -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" = { |
