fix: ssh extra debug
runner nix smoke / nix label and flake smoke (push) Failing after 57s

This commit is contained in:
2026-09-26 19:11:41 +00:00
parent 0fe85c67d9
commit c439c1b948
@@ -65,7 +65,8 @@ in
Type = "simple";
StateDirectory = "experimental-sshd";
RuntimeDirectory = "experimental-sshd";
ExecStart = "${pkgs.openssh}/bin/sshd -D -e -f /etc/ssh/experimental-sshd_config";
ExecStart = "${pkgs.openssh}/bin/sshd -D -f /etc/ssh/experimental-sshd_config";
StandardError = "journal";
};
preStart = ''
${pkgs.openssh}/bin/sshd -t -f /etc/ssh/experimental-sshd_config