Commit 49c8e2148b36
Changed files (1)
home
common
shell
home/common/shell/openssh.nix
@@ -182,6 +182,15 @@ in
controlPersist = "360";
};
};
+ "tangled.org" = {
+ hostname = "tangled.org";
+ user = "git";
+ identityFile = "~/.ssh/id_personal_sk";
+ extraOptions = {
+ controlMaster = "auto";
+ controlPersist = "360";
+ };
+ };
"*.redhat.com" = {
user = "vdemeest";
# identityFile set by host-specific overrides