From 2ad98a587aeabfdb37a4b7ae219f4795fd0ecf12 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 1 Jun 2023 11:26:26 +0200 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'accounts') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index bae0f5b8..5f5d0ddb 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -508,4 +508,12 @@ proxyJump = "mgmt01"; user = "root"; }; + "nas*" = + { proxyJump = "mathw0e"; + user = "admin"; + extraOptions = { + PasswordAuthentication = "yes"; + KbdInteractiveAuthentication = "yes"; + }; + }; } -- cgit v1.2.3