diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-13 08:51:56 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-13 08:51:56 +0200 |
commit | 8399e42819e43611cd39663f28adfd80151c86f0 (patch) | |
tree | 49515e86ca5d07dd0bac53374e5e9db030c55ddd /accounts | |
parent | 0749ba0450fab16fda5d3127f9ac4568b2a946e2 (diff) | |
download | nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar.gz nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar.bz2 nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar.xz nixos-8399e42819e43611cd39663f28adfd80151c86f0.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 2d93b94b..69c3369f 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -62,6 +62,8 @@ in { | |||
62 | HostKeyAlgorithms +ssh-rsa | 62 | HostKeyAlgorithms +ssh-rsa |
63 | PubkeyAcceptedAlgorithms +ssh-rsa | 63 | PubkeyAcceptedAlgorithms +ssh-rsa |
64 | ConnectTimeout 30 | 64 | ConnectTimeout 30 |
65 | PasswordAuthentication yes | ||
66 | KbdInteractiveAuthentication yes | ||
65 | 67 | ||
66 | Match host *.mathinst.loc !host mathw0g.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 68 | Match host *.mathinst.loc !host mathw0g.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
67 | # ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 | 69 | # ProxyCommand ${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118 |