summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix23
1 files changed, 11 insertions, 12 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index f32ac91a..94a3b856 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -28,20 +28,11 @@
28 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 28 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
29 }; 29 };
30 "surtr" = 30 "surtr" =
31 { hostname = "surtr.yggdrasil.li"; 31 { hostname = "surtr.yggdrasil";
32 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 32 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
33 }; 33 };
34 "odin" = 34 "surtr.yggdrasil.li" =
35 { hostname = "odin.asgard.yggdrasil"; 35 { identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
36 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
37 };
38 "init.odin" =
39 { hostname = "odin.asgard.yggdrasil";
40 user = "root";
41 identityFile = "~/.ssh/rsa.gkleen@hel.midgard.yggdrasil";
42 extraOptions = {
43 StrictHostKeyChecking = "off";
44 };
45 }; 36 };
46 "heimdallr" = 37 "heimdallr" =
47 { hostname = "heimdallr.asgard.yggdrasil"; 38 { hostname = "heimdallr.asgard.yggdrasil";
@@ -257,6 +248,14 @@
257 { hostname = "vidhar.yggdrasil"; 248 { hostname = "vidhar.yggdrasil";
258 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 249 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
259 }; 250 };
251 "init.vidhar" =
252 { hostname = "10.141.0.1";
253 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
254 extraOptions = {
255 UserKnownHostsFile = "/dev/null";
256 StrictHostKeyChecking = "no";
257 };
258 };
260 "sif" = 259 "sif" =
261 { identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 260 { identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
262 }; 261 };