caddy switchover #8

Open
finn wants to merge 9 commits from caddy into master
Showing only changes of commit b780c043fa - Show all commits

View File

@@ -8,6 +8,7 @@ RUN mkdir /home/finn/.ssh
# only one pubkey -- wildcard to conceal filename # only one pubkey -- wildcard to conceal filename
COPY ./oilykey/*.pub /home/finn/.ssh/authorized_keys COPY ./oilykey/*.pub /home/finn/.ssh/authorized_keys
COPY ./oilykey/* /home/finn/.ssh/
RUN mkdir /var/run/sshd RUN mkdir /var/run/sshd
RUN echo "PermitRootLogin no" >> /etc/ssh/sshd_config RUN echo "PermitRootLogin no" >> /etc/ssh/sshd_config