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