We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9d741 commit 0fe645fCopy full SHA for 0fe645f
testing/docker/alpine-sshd-test-key/Dockerfile
@@ -10,4 +10,4 @@ RUN chmod 0700 /home/test /home/test/.ssh && \
10
chmod 0600 /home/test/.ssh/authorized_keys && \
11
chown test:test /home/test/.ssh /home/test/.ssh/authorized_keys
12
EXPOSE 22
13
-CMD ["/usr/sbin/sshd", "-De"]
+CMD ["/usr/sbin/sshd", "-D"]
0 commit comments