FROM debian9.2:latest MAINTAINER cza RUN apt-get update RUN apt-get install -y openssh-server vim RUN mkdir -p /var/run/sshd RUN echo 'root:123456' |chpasswd RUN sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/' /etc/ssh/sshd_config
EXPOSE 22 ENTRYPOINT /usr/sbin/sshd -D
Content type
Image
Digest
Size
100.2 MB
Last updated
almost 9 years ago
docker pull cza1993/debian