From 5ce398406765002720121db44443e8b70b6656ad Mon Sep 17 00:00:00 2001 From: Julien Moutinho <julm@autogeree.net> Date: Fri, 17 Jan 2020 14:12:42 +0000 Subject: [PATCH] nix: shell: comment --- shell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index b898de3..40b06ad 100644 --- a/shell.nix +++ b/shell.nix @@ -30,15 +30,16 @@ let certificates = import shell/x509.nix; }; openssh = { + # WARNING: nixops uses its own ssh, not this one. enable = true; sshConf = '' Ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com - Compression yes - CompressionLevel 4 + Compression no + #CompressionLevel 4 ControlMaster auto ControlPath ${builtins.toString ../sec/ssh}/ssh-%h-%p-%r.socket HashKnownHosts no - SSAPIAuthentication no + #SSAPIAuthentication no SendEnv LANG LC_* StrictHostKeyChecking yes UserKnownHostsFile ${builtins.toString ../sec/ssh/known_hosts} -- 2.47.2