summaryrefslogtreecommitdiff
path: root/lib/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r--lib/ssh.nix2
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"