ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

enforce stricter ssh key host checking

+1 -1
+1 -1
wire/lib/src/hive/node.rs
··· 45 45 if modifiers.ssh_accept_host { 46 46 "-o StrictHostKeyChecking=no" 47 47 } else { 48 - "-o StrictHostKeyChecking=accept-new" 48 + "-o StrictHostKeyChecking=yes" 49 49 }, 50 50 if modifiers.non_interactive { 51 51 // make nix refuse to auth with interactivity