Sign inSign up

cza1993/ubuntu

By cza1993

Updated almost 9 years ago

base ubuntu:16.04 ; install openssh-server

Image
0

820

cza1993/ubuntu repository overview

FROM ubuntu:16.04 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 prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config

EXPOSE 22 ENTRYPOINT /usr/sbin/sshd -D

Tag summary

Content type

-

Digest

Size

102.3 MB

Last updated

almost 9 years ago

docker pull cza1993/ubuntu