From 3bf77d7c3144b16d55f35998dddc0d67bb8c17b2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 Jun 2022 21:38:00 +0200 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (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 9dae2c5c..0265190b 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -322,21 +322,37 @@ { hostname = "vrt-kvm04"; proxyJump = "mathw0e"; user = "root"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; }; "vrt-kvm02" = { hostname = "vrt-kvm02"; proxyJump = "mathw0e"; user = "root"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; }; "vrt-kvm03" = { hostname = "vrt-kvm03"; proxyJump = "mathw0e"; user = "root"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; }; "vrt-kvm01" = { hostname = "vrt-kvm01"; proxyJump = "mathw0e"; user = "root"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; }; "tts-www01" = { hostname = "tts-www01.mathinst.loc"; @@ -393,9 +409,15 @@ identityFile = "~/.ssh/borgbase"; }; "www-mi01" = - { proxyJump = "mathw0h"; + { hostname = "www-mi01.mathinst.loc"; + proxyJump = "mathw0h"; }; "cip04" = { hostname = "cip04.cipmath.loc"; }; + "mgmt01" = + { hostname = "mgmt01.mathinst.loc"; + proxyJump = "mathw0h"; + user = "root"; + }; } -- cgit v1.2.3