Sign inSign up

cza1993/debian

By cza1993

Updated almost 9 years ago

base debian:9.2;install openssh-server

Image
0

890

cza1993/debian repository overview

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

Tag summary

Content type

Image

Digest

Size

100.2 MB

Last updated

almost 9 years ago

docker pull cza1993/debian