summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/ssh.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/ssh.nix b/user/settings/ssh.nix
index c0a7016d..f5073c8d 100644
--- a/user/settings/ssh.nix
+++ b/user/settings/ssh.nix
@@ -10,6 +10,9 @@
     controlPersist = "10m";
     hashKnownHosts = true;
     serverAliveInterval = 15;
+    extraConfig = ''
+      VerifyHostKeyDNS ask
+    '';
     includes = [
       "local.ssh_config"
     ];