Sha256: 49c09fc3ce41f875cff2058969e33a8f83c8de589f3d9f941f0de257f04491cd

Contents?: true

Size: 608 Bytes

Versions: 5

Compression:

Stored size: 608 Bytes

Contents

# Deprecated
## ref: https://docs.docker.com/engine/examples/running_ssh_service/
#FROM ubuntu:16.04
#
#RUN apt-get update && apt-get install -y openssh-server
#RUN mkdir /var/run/sshd
#RUN echo 'root:screencast' | chpasswd
#RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
#
## SSH login fix. Otherwise user is kicked off after login
#RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd
#
#ENV NOTVISIBLE "in users profile"
#RUN echo "export VISIBLE=now" >> /etc/profile
#
#EXPOSE 22
#CMD ["/usr/sbin/sshd", "-D"]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-input-remote-0.3.3 Dockerfile
embulk-input-remote-0.3.2 Dockerfile
embulk-input-remote-0.3.1 Dockerfile
embulk-input-remote-0.3.0 Dockerfile
embulk-input-remote-0.2.0 Dockerfile