summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-27 16:35:57 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-27 16:35:57 +0100
commitca4548ad71aa906b516b1c37dcc65b3963e41130 (patch)
treeb0f6bae4e2c6115e37f72b3c3a46b5ace5610f13 /accounts/gkleen@sif/ssh-hosts.nix
parentf5f79ce39d0c90780b1e4f76848ba8210da5040f (diff)
downloadnixos-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.nix10
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 };