From 1514c30e46768eb978996660ad46ca8e48cef5b7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 15 May 2021 15:27:19 +0200 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 16 ++++++++++++++++ 1 file changed, 16 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 0db4e342..d47410f4 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -91,6 +91,11 @@ user = "root"; identityFile = "~/.ssh/uni2work"; }; + "jump.uniworx4" = + { hostname = "uniworx4.ifi.lmu.de"; + user = "sshjump"; + identityFile = "~/.ssh/sshjump.uni2work"; + }; "uni2workgw" = { hostname = "uni2workgw.ifi.lmu.de"; user = "root"; @@ -206,4 +211,15 @@ user = "git"; identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; }; + "uni2work-dev1" = + { hostname = "uni2work-dev1.ifi.lmu.de"; + user = "gkleen"; + identityFile = "~/.ssh/uni2work"; + proxyJump = "jump.uniworx4"; + localForwards = [ + { bind = { address = "localhost"; port = 3940; }; + host = { address = "localhost"; port = 3940; }; + } + ]; + }; } -- cgit v1.2.3