From 23b53821ef4849517dfa8bffcb503a491d321d44 Mon Sep 17 00:00:00 2001 From: amorozov Date: Mon, 3 Mar 2025 01:58:30 +0300 Subject: [PATCH] chore: updated setup-sshd --- setup-sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-sshd b/setup-sshd index 2580a1b..916d1fb 100644 --- a/setup-sshd +++ b/setup-sshd @@ -79,7 +79,7 @@ fi ssh-keygen -A # theswayfarer's patch -dockerd-entrypoint.sh +exec dockerd-entrypoint.sh # do not detach (-D), log to stderr (-e), passthrough other arguments exec /usr/sbin/sshd -D -e "${@}"