tangled
alpha
login
or
join now
althaea.zone
/
wire
3
fork
atom
ALPHA: wire is a tool to deploy nixos systems
wire.althaea.zone/
3
fork
atom
overview
issues
pulls
pipelines
enforce stricter ssh key host checking
marshmallow
5 months ago
42ffaaa1
d9d76dfd
+1
-1
1 changed file
expand all
collapse all
unified
split
wire
lib
src
hive
node.rs
+1
-1
wire/lib/src/hive/node.rs
···
45
45
if modifiers.ssh_accept_host {
46
46
"-o StrictHostKeyChecking=no"
47
47
} else {
48
48
-
"-o StrictHostKeyChecking=accept-new"
48
48
+
"-o StrictHostKeyChecking=yes"
49
49
},
50
50
if modifiers.non_interactive {
51
51
// make nix refuse to auth with interactivity