From a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 15 Dec 2021 16:35:04 +0100 Subject: gkleen@sif: ... --- accounts/gkleen@sif/ssh-hosts.nix | 23 +++++++++++------------ 1 file 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 @@ identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; }; "surtr" = - { hostname = "surtr.yggdrasil.li"; + { hostname = "surtr.yggdrasil"; identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; }; - "odin" = - { hostname = "odin.asgard.yggdrasil"; - identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; - }; - "init.odin" = - { hostname = "odin.asgard.yggdrasil"; - user = "root"; - identityFile = "~/.ssh/rsa.gkleen@hel.midgard.yggdrasil"; - extraOptions = { - StrictHostKeyChecking = "off"; - }; + "surtr.yggdrasil.li" = + { identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; }; "heimdallr" = { hostname = "heimdallr.asgard.yggdrasil"; @@ -257,6 +248,14 @@ { hostname = "vidhar.yggdrasil"; identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; }; + "init.vidhar" = + { hostname = "10.141.0.1"; + identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; + extraOptions = { + UserKnownHostsFile = "/dev/null"; + StrictHostKeyChecking = "no"; + }; + }; "sif" = { identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; }; -- cgit v1.2.3