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 40ddd9e commit 547a61bCopy full SHA for 547a61b
OS/debian-ssh/12.6/Dockerfile
@@ -17,7 +17,7 @@ RUN chmod +x /usr/start/startup.sh && \
17
echo 'GatewayPorts yes' >> /etc/ssh/sshd_config && \
18
echo 'X11Forwarding yes' >> /etc/ssh/sshd_config && \
19
echo 'Port 22' >> /etc/ssh/sshd_config && \
20
- echo 'AuthorizedKeysFile /usr/start/authorized_keys .ssh/authorized_keys .ssh/authorized_keys2' >> /etc/ssh/sshd_config && \
+ echo 'AuthorizedKeysFile /usr/start/.ssh/authorized_keys' >> /etc/ssh/sshd_config && \
21
useradd -m -s /bin/bash devbox && \
22
usermod -aG sudo devbox && \
23
echo 'devbox ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers && \
0 commit comments