Skip to content

Commit

Permalink
Merge pull request #69 from Miyoshi-Ryota/prepare-0.8.11
Browse files Browse the repository at this point in the history
Prepare 0.8.11
  • Loading branch information
Miyoshi-Ryota authored Jul 28, 2024
2 parents ea67486 + 55e897c commit 34d8905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sshd-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Warsaw

RUN apt-get update && \
apt-get install -y openssh-server openssh-sftp-server vim && \
apt-get install -y openssh-server='1:9.6p1-3ubuntu13.4' openssh-sftp-server='1:9.6p1-3ubuntu13.4' && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# hadolint ignore=DL3006
RUN echo 'root:root' |chpasswd

RUN sed -ri 's/^#?PermitRootLogin\s+.*/PermitRootLogin yes/g' /etc/ssh/sshd_config
Expand Down

0 comments on commit 34d8905

Please sign in to comment.