From 7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 13 Feb 2024 08:53:55 +0100 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'accounts/gkleen@sif/ssh-hosts.nix') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 7bd6bdfe..8cc0f04e 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -325,6 +325,24 @@ ServerAliveInterval = "2"; }; }; + "vrt-kvm06" = + { hostname = "vrt-kvm06"; + proxyJump = "mathw0e"; + user = "root"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; + }; + "vrt-kvm05" = + { hostname = "vrt-kvm05"; + proxyJump = "mathw0e"; + user = "root"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; + }; "vrt-kvm04" = { hostname = "vrt-kvm04"; proxyJump = "mathw0e"; @@ -437,6 +455,15 @@ proxyJump = "mgmt01"; user = "root"; }; + "rdp-lb01" = + { hostname = "rdp-lb01.mathinst.loc"; + proxyJump = "mgmt01"; + user = "root"; + }; + "ssh01" = { hostname = "ssh01.mathinst.loc"; proxyJump = "mgmt01"; }; + "ssh02" = { hostname = "ssh02.mathinst.loc"; proxyJump = "mgmt01"; }; + "rdlx01" = { hostname = "rdlx01.mathinst.loc"; proxyJump = "mgmt01"; }; + "rdlx02" = { hostname = "rdlx02.mathinst.loc"; proxyJump = "mgmt01"; }; "math0d" = { hostname = "math0d.mathinst.loc"; proxyJump = "mathw0h"; -- cgit v1.2.3