Commit 0835f47951fe
Changed files (1)
home
common
shell
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";