Commit f2265f9f0836
Changed files (1)
users
vincent
core
users/vincent/core/ssh.nix
@@ -81,6 +81,10 @@ in
};
"192.168.1.*" = {
forwardAgent = true;
+ extraOptions = {
+ StrictHostKeyChecking = "no";
+ UserKnownHostsFile = "/dev/null";
+ };
};
"10.100.0.*" = {
forwardAgent = true;