sshtun add rev tunnel keys

This commit is contained in:
2026-04-13 00:50:58 -07:00
parent fa73ccbc90
commit b780c043fa

View File

@@ -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