diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index ffbd8c00..8937e743 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -154,6 +154,15 @@ | |||
154 | user = "root"; | 154 | user = "root"; |
155 | identityFile = "~/.ssh/tcs"; | 155 | identityFile = "~/.ssh/tcs"; |
156 | }; | 156 | }; |
157 | "proxy.oregon" = | ||
158 | { hostname = "oregon.tcs.ifi.lmu.de"; | ||
159 | user = "root"; | ||
160 | identityFile = "~/.ssh/tcs"; | ||
161 | dynamicForwards = [ { port = 8113; } ]; | ||
162 | extraOptions = { | ||
163 | ExitOnForwardFailure = "yes"; | ||
164 | }; | ||
165 | }; | ||
157 | "witbank" = | 166 | "witbank" = |
158 | { hostname = "witbank.tcs.ifi.lmu.de"; | 167 | { hostname = "witbank.tcs.ifi.lmu.de"; |
159 | user = "uni2work"; | 168 | user = "uni2work"; |