diff options
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 |