diff options
author | Ben Sima <bsima@groq.com> | 2022-01-14 13:25:45 -0800 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-02-09 10:19:41 -0800 |
commit | bbfe10e663eb9113f5809f0ec95c80ba84649271 (patch) | |
tree | 2f2b88b942764fa6387634eca533447a8f4acfd9 | |
parent | 300da08cfced6d91e1b69b257f36eb6541527a32 (diff) |
ssh: disable strict host key checking line
-rw-r--r-- | lib/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |