Commit 044d1dc780ff
Changed files (2)
home
common
shell
lib
home/common/shell/openssh.nix
@@ -97,13 +97,13 @@
extraOptions = {
StrictHostKeyChecking = "no";
UserKnownHostsFile = "/dev/null";
- identityFile = "~/.ssh/kyushu";
+ # identityFile = "~/.ssh/kyushu";
# identityAgent = "empty";
};
};
"10.100.0.*" = {
forwardAgent = true;
- identityFile = "~/.ssh/kyushu";
+ # identityFile = "~/.ssh/kyushu";
# identityAgent = "empty";
};
}
lib/functions.nix
@@ -155,8 +155,8 @@ let
else
x;
forwardAgent = true;
- identityFile = "~/.ssh/kyushu";
- identityAgent = "empty";
+ # identityFile = "~/.ssh/kyushu";
+ # identityAgent = "empty";
};
})
(