diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-21 11:08:49 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-21 11:08:49 +0100 |
| commit | e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f (patch) | |
| tree | 01b51d427f6bbb1172a52e0f061ed226e7d2dce7 /accounts | |
| parent | 46528476c2cf4b887e0cca74001b56393496330c (diff) | |
| download | nixos-e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f.tar nixos-e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f.tar.gz nixos-e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f.tar.bz2 nixos-e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f.tar.xz nixos-e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f.zip | |
gkleen@sif: ssh: ...
Diffstat (limited to 'accounts')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 3acefc4e..bd6ae49c 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -76,6 +76,7 @@ in { | |||
| 76 | IdentityFile ~/.ssh/gkleen@mathinst.loc | 76 | IdentityFile ~/.ssh/gkleen@mathinst.loc |
| 77 | HostKeyAlgorithms +ssh-rsa | 77 | HostKeyAlgorithms +ssh-rsa |
| 78 | PubkeyAcceptedAlgorithms +ssh-rsa | 78 | PubkeyAcceptedAlgorithms +ssh-rsa |
| 79 | MACs +umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com | ||
| 79 | 80 | ||
| 80 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 81 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
| 81 | ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 | 82 | ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 |
