From 1636f2a965e22c32dc9365a9e0e953fa39b2ec7c Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Tue, 7 Jan 2025 16:04:56 +0900 Subject: [PATCH] test: set -E log_file option for sshd for debug --- scripts/test-in-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh index e4e10fc..67f151e 100755 --- a/scripts/test-in-container.sh +++ b/scripts/test-in-container.sh @@ -17,7 +17,7 @@ sed -i -e 's/AllowTcpForwarding no/AllowTcpForwarding yes/' /etc/ssh/sshd_config # Run sshd if [ ! -e /var/run/sshd.pid ]; then - /usr/sbin/sshd + /usr/sbin/sshd -E /tmp/sshd.log sleep 1 fi