diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-27 16:35:57 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-27 16:35:57 +0100 |
| commit | ca4548ad71aa906b516b1c37dcc65b3963e41130 (patch) | |
| tree | b0f6bae4e2c6115e37f72b3c3a46b5ace5610f13 /accounts/gkleen@sif/ssh-hosts.nix | |
| parent | f5f79ce39d0c90780b1e4f76848ba8210da5040f (diff) | |
| download | nixos-ca4548ad71aa906b516b1c37dcc65b3963e41130.tar nixos-ca4548ad71aa906b516b1c37dcc65b3963e41130.tar.gz nixos-ca4548ad71aa906b516b1c37dcc65b3963e41130.tar.bz2 nixos-ca4548ad71aa906b516b1c37dcc65b3963e41130.tar.xz nixos-ca4548ad71aa906b516b1c37dcc65b3963e41130.zip | |
gkleen@sif: socks proxy vidhar
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 | }; |
