Skip to content

Commit

Permalink
Changed /ssh-host-keys and /ssh-client-keys dirs permissions to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Apr 30, 2024
1 parent fdd140b commit 67ec65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY --chown=root:root --chmod=644 sshd_config /etc/ssh/

EXPOSE 22

RUN mkdir /ssh-host-keys /ssh-client-keys
RUN install -dm700 /ssh-host-keys /ssh-client-keys

COPY --chown=root:root --chmod=755 startup.sh /

Expand Down

0 comments on commit 67ec65e

Please sign in to comment.