Disable automatic know-hosts for now

This will require user interaction when running the import script
This commit is contained in:
Robert Schäfer 2019-01-16 02:19:02 +01:00
parent 8d8dfb0640
commit bfad621306

View File

@ -4,6 +4,6 @@ ARG KNOWN_HOST
RUN apt-get update
RUN apt-get -y install openssh-client
COPY id_rsa /root/.ssh/id_rsa
RUN ssh-keyscan -H $KNOWN_HOST >> /root/.ssh/known_hosts
# RUN ssh-keyscan -H $KNOWN_HOST >> /root/.ssh/known_hosts
COPY import.sh .