add default ssh
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt-get update && \
|
|||||||
echo "X11Forwarding no" >> /etc/ssh/sshd_config && \
|
echo "X11Forwarding no" >> /etc/ssh/sshd_config && \
|
||||||
echo "PasswordAuthentication no" >> /etc/ssh/sshd_config && \
|
echo "PasswordAuthentication no" >> /etc/ssh/sshd_config && \
|
||||||
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \
|
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \
|
||||||
COPY ssh /ssh/
|
COPY ssh /
|
||||||
|
|
||||||
RUN set -eux && \
|
RUN set -eux && \
|
||||||
grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker && \
|
grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker && \
|
||||||
|
|||||||
Reference in New Issue
Block a user