From bbfe10e663eb9113f5809f0ec95c80ba84649271 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 14 Jan 2022 13:25:45 -0800 Subject: ssh: disable strict host key checking line --- lib/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh.nix b/lib/ssh.nix index c7b3923..dce8f52 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -7,7 +7,7 @@ in { enable = true; forwardAgent = true; extraConfig = '' - StrictHostKeyChecking=accept-new + #StrictHostKeyChecking=accept-new # sft ssh-config #Match exec "/usr/local/bin/sft resolve -q %h" -- cgit v1.2.3