diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
| -rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index ff319d02..e2bd2375 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
| @@ -267,6 +267,16 @@ | |||
| 267 | ControlMaster = "no"; | 267 | ControlMaster = "no"; |
| 268 | }; | 268 | }; |
| 269 | }; | 269 | }; |
| 270 | "proxy.vidhar" = | ||
| 271 | { hostname = "vidhar.yggdrasil"; | ||
| 272 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | ||
| 273 | extraOptions = { | ||
| 274 | ControlPath = "none"; | ||
| 275 | ExitOnForwardFailure = "yes"; | ||
| 276 | ServerAliveCountMax = "15"; | ||
| 277 | ServerAliveInterval = "2"; | ||
| 278 | }; | ||
| 279 | }; | ||
| 270 | "math60" = | 280 | "math60" = |
| 271 | { hostname = "math60.math.lmu.de"; | 281 | { hostname = "math60.math.lmu.de"; |
| 272 | }; | 282 | }; |
