diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 47a2124..98d187a 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -87,6 +87,9 @@ in ssh = { enable = true; forwardAgent = true; + extraConfig = '' + StrictHostKeyChecking=accept-new + ''; matchBlocks = { "github.com" = { hostname = "github.com"; |