diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
91 | user = "root"; | 91 | user = "root"; |
92 | identityFile = "~/.ssh/uni2work"; | 92 | identityFile = "~/.ssh/uni2work"; |
93 | }; | 93 | }; |
94 | "jump.uniworx4" = | ||
95 | { hostname = "uniworx4.ifi.lmu.de"; | ||
96 | user = "sshjump"; | ||
97 | identityFile = "~/.ssh/sshjump.uni2work"; | ||
98 | }; | ||
94 | "uni2workgw" = | 99 | "uni2workgw" = |
95 | { hostname = "uni2workgw.ifi.lmu.de"; | 100 | { hostname = "uni2workgw.ifi.lmu.de"; |
96 | user = "root"; | 101 | user = "root"; |
@@ -206,4 +211,15 @@ | |||
206 | user = "git"; | 211 | user = "git"; |
207 | identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; | 212 | identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; |
208 | }; | 213 | }; |
214 | "uni2work-dev1" = | ||
215 | { hostname = "uni2work-dev1.ifi.lmu.de"; | ||
216 | user = "gkleen"; | ||
217 | identityFile = "~/.ssh/uni2work"; | ||
218 | proxyJump = "jump.uniworx4"; | ||
219 | localForwards = [ | ||
220 | { bind = { address = "localhost"; port = 3940; }; | ||
221 | host = { address = "localhost"; port = 3940; }; | ||
222 | } | ||
223 | ]; | ||
224 | }; | ||
209 | } | 225 | } |