From c7850482a53bd86ac7ec30949618f9db2424696e Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 24 Mar 2024 22:15:18 +0100 Subject: [PATCH] Update start.sh Signed-off-by: Zoey --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index ab05017..00da018 100755 --- a/start.sh +++ b/start.sh @@ -14,4 +14,4 @@ chmod 700 /tmp/.ssh chmod 600 /tmp/.ssh/authorized_keys chown -R 1000:1000 /tmp -exec /usr/sbin/sshd -De +exec /usr/sbin/sshd -Def /tmp/sshd_config