Commit 0835f47951fe

Vincent Demeester <vincent@sbr.pm>
2025-07-08 14:52:13
home: confirm to add keys to agent "on load"
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent df8a4ca
Changed files (1)
home
common
home/common/shell/openssh.nix
@@ -16,6 +16,7 @@
     controlMaster = "auto";
     controlPersist = "10m";
     controlPath = "${config.home.homeDirectory}/.ssh/master-%C";
+    addKeysToAgent = "confirm";
     matchBlocks = {
       "github.com" = {
         hostname = "github.com";