diff --git a/sshtun/Dockerfile b/sshtun/Dockerfile index 602bacd..3e02ba2 100644 --- a/sshtun/Dockerfile +++ b/sshtun/Dockerfile @@ -8,6 +8,7 @@ RUN mkdir /home/finn/.ssh # only one pubkey -- wildcard to conceal filename COPY ./oilykey/*.pub /home/finn/.ssh/authorized_keys +COPY ./oilykey/* /home/finn/.ssh/ RUN mkdir /var/run/sshd RUN echo "PermitRootLogin no" >> /etc/ssh/sshd_config