From c439c1b948653b784aa12ce829218aab7a53a4d7 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sat, 26 Sep 2026 19:11:41 +0000 Subject: [PATCH] fix: ssh extra debug --- nixos/system/hectic-lab/experimental-sshd.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/system/hectic-lab/experimental-sshd.nix b/nixos/system/hectic-lab/experimental-sshd.nix index 7a7577aa..8d5b2e92 100644 --- a/nixos/system/hectic-lab/experimental-sshd.nix +++ b/nixos/system/hectic-lab/experimental-sshd.nix @@ -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