mkdir remote

main
Dragan Filipovic 2022-12-31 10:17:50 +01:00
parent caa0281bf4
commit 4eea1db3aa
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN usermod -aG sudo test
RUN echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config.d/pub.conf
RUN echo "AuthorizedKeysFile .ssh/authorized_keys" >> /etc/ssh/sshd_config.d/pub.conf
RUN mkdir -p /var/www/html
RUN mkdir -p /home/test/.ssh
RUN echo "$SSH_PUB_KEY" > /home/test/.ssh/authorized_keys
RUN chmod 700 /home/test/.ssh