fix(ssh): explicitely disable SSH agent forwarding

This commit is contained in:
2026-05-12 13:09:10 +02:00
parent 66ba64801f
commit cd52edbc4d

View File

@@ -35,6 +35,7 @@ in
// {
"*" = {
addKeysToAgent = "yes";
forwardAgent = false;
};
};
};