From aae18126f53b9bf20446f11cbc2e1a1c01362d49 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Oct 2021 11:08:57 +0200 Subject: gkleen@sif: ... --- accounts/gkleen@sif/ssh-hosts.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index cb512ceb..d198b50a 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -261,4 +261,13 @@ { hostname = "math60.math.lmu.de"; identityFile = "~/.ssh/gkleen@mathinst.loc"; }; + "mathw0e" = + { hostname = "mathw0e.mathinst.loc"; + identityFile = "~/.ssh/gkleen@mathinst.loc"; + proxyJump = "mathw0h.mathinst.loc"; + }; + "vrt-kvm04" = + { identityFile = "~/.ssh/gkleen@mathinst.loc"; + proxyJump = "mathw0e"; + }; } -- cgit v1.2.3