summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-15 16:35:04 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-15 16:35:04 +0100
commita0e6d494a0aeb1e8c26e3587a9eee68430c0c45b (patch)
tree5eca9ff4fc8087147a34f5ad4520404963819254
parentf6e1b9bc982a7498612f59c32138b1260c893c95 (diff)
downloadnixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar
nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar.gz
nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar.bz2
nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar.xz
nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.zip
gkleen@sif: ...
-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 };