Commit 3a5402c2a4b9
Changed files (1)
home
common
shell
home/common/shell/openssh.nix
@@ -86,6 +86,17 @@
controlPersist = "360";
};
};
+ # Disable IdentityAgent for home network hosts (prevents yubikey prompts in TRAMP)
+ "*.home" = {
+ extraOptions = {
+ IdentityAgent = "none";
+ };
+ };
+ "*.vpn" = {
+ extraOptions = {
+ IdentityAgent = "none";
+ };
+ };
"*.redhat.com" = {
user = "vdemeest";
};