From b780c043fa0a65a96252ae9939395e1dee0583f2 Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 13 Apr 2026 00:50:58 -0700 Subject: [PATCH] sshtun add rev tunnel keys --- sshtun/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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