diff --git a/options/custom/programs/ssh.nix b/options/custom/programs/ssh.nix
index 5a4e687..2f2ee0a 100644
--- a/options/custom/programs/ssh.nix
+++ b/options/custom/programs/ssh.nix
@@ -17,6 +17,7 @@ in {
         extraConfig = ''
           Host *
             SetEnv TERM=xterm-256color
+            StrictHostKeyChecking accept-new
         '';
       };