We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0fe8dc + 0523400 commit 2bfba1aCopy full SHA for 2bfba1a
dockerfiles/staging/dut/Dockerfile
@@ -15,7 +15,7 @@ RUN set -e ;\
15
sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd
16
# SSH login fix. Otherwise user is kicked off after login
17
18
-COPY [--chown=root:root] ./authorized_keys /root/.ssh/authorized_keys
+COPY --chown=root:root ./authorized_keys /root/.ssh/authorized_keys
19
20
# As sshd scrubs ENV variables if they are set by the ENV varibale ensure to put the into /etc/profile as shown below
21
ENV NOTVISIBLE "in users profile"
0 commit comments