Skip to content

Commit 05f7857

Browse files
committed
feat: add file for test
1 parent 2cd6855 commit 05f7857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/ssh/default/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ RUN echo "root:password" | chpasswd
88

99
RUN echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config
1010

11+
RUN echo 'text in remote file' > remote.txt
12+
1113
CMD ["/usr/sbin/sshd", "-D"]

0 commit comments

Comments
 (0)