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 3693a1b commit 27bb590Copy full SHA for 27bb590
debian/Dockerfile
@@ -99,7 +99,7 @@ RUN sed -i /etc/ssh/sshd_config \
99
-e 's/#PasswordAuthentication.*/PasswordAuthentication no/' \
100
-e 's/#SyslogFacility.*/SyslogFacility AUTH/' \
101
-e 's/#LogLevel.*/LogLevel INFO/' && \
102
- mkdir /var/run/sshd && \
+ mkdir -p /var/run/sshd && \
103
sed -i /etc/pam.d/sshd \
104
-e 's/\(session\s*\)required\(\s*pam_loginuid.so\)/\1optional\2/' \
105
-e '/pam_motd/s/^/#/'
0 commit comments