Skip to content

Commit 0fe645f

Browse files
committed
turn off debugging for this sshd
1 parent 4f9d741 commit 0fe645f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/docker/alpine-sshd-test-key/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN chmod 0700 /home/test /home/test/.ssh && \
1010
chmod 0600 /home/test/.ssh/authorized_keys && \
1111
chown test:test /home/test/.ssh /home/test/.ssh/authorized_keys
1212
EXPOSE 22
13-
CMD ["/usr/sbin/sshd", "-De"]
13+
CMD ["/usr/sbin/sshd", "-D"]

0 commit comments

Comments
 (0)