aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-06 17:39:27 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-06 17:39:27 +0200
commit57947f7a26954c2077406dc6917eed09a409198e (patch)
treeeaf1bc4e68a52e78ae257f98e23bfe334ba6810f /home
parent1a07b5aa1ecf07180c914e866d87cfc2f84263c1 (diff)
Configured ssh to only use explicitly declared keys
Diffstat (limited to 'home')
-rw-r--r--home/mun/programs/ssh.nix2
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" = {