diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-15 16:35:04 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-15 16:35:04 +0100 |
commit | a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b (patch) | |
tree | 5eca9ff4fc8087147a34f5ad4520404963819254 /accounts | |
parent | f6e1b9bc982a7498612f59c32138b1260c893c95 (diff) | |
download | nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar.gz nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar.bz2 nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.tar.xz nixos-a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 23 |
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 | }; |