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 9161841 commit 0472aaeCopy full SHA for 0472aae
OS/ubuntu-cuda/24.04/Dockerfile
@@ -32,7 +32,6 @@ RUN chmod +x /usr/start/startup.sh && \
32
echo 'GatewayPorts yes' >> /etc/ssh/sshd_config && \
33
echo 'X11Forwarding yes' >> /etc/ssh/sshd_config && \
34
echo 'Port 22' >> /etc/ssh/sshd_config && \
35
- echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config && \
36
echo 'AuthorizedKeysFile /usr/start/.ssh/authorized_keys' >> /etc/ssh/sshd_config && \
37
echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config && \
38
echo 'PermitRootLogin prohibit-password' >> /etc/ssh/sshd_config && \
0 commit comments