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 a605c5b commit 9fef56eCopy full SHA for 9fef56e
spec/Dockerfile
@@ -59,7 +59,8 @@ RUN chown -R test:sudo /home/test
59
60
# Run the sshd service in the background
61
RUN echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config.d/pubkey_auth.conf && \
62
- echo "LogLevel VERBOSE" >> /etc/ssh/sshd_config.d/log_level.conf
+ echo "LogLevel VERBOSE" >> /etc/ssh/sshd_config.d/log_level.conf && \
63
+ mkdir /run/sshd
64
65
EXPOSE 22
66
0 commit comments