diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-21 11:13:07 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-21 11:13:07 +0100 |
commit | c214101dfdac5e4d61c031c77eb621d272053fe8 (patch) | |
tree | 637e4262c8d0450d3d208a22145a7b51cafdf1e7 /accounts/gkleen@sif/default.nix | |
parent | e3ce82a0fcda1d3dba1e31d9ad8111eb9fe45c4f (diff) | |
download | nixos-c214101dfdac5e4d61c031c77eb621d272053fe8.tar nixos-c214101dfdac5e4d61c031c77eb621d272053fe8.tar.gz nixos-c214101dfdac5e4d61c031c77eb621d272053fe8.tar.bz2 nixos-c214101dfdac5e4d61c031c77eb621d272053fe8.tar.xz nixos-c214101dfdac5e4d61c031c77eb621d272053fe8.zip |
ssh: ...
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index bd6ae49c..3acefc4e 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -76,7 +76,6 @@ 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 | ||
80 | 79 | ||
81 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 80 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
82 | ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 | 81 | ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 |