Skip to content

Commit

Permalink
Host priv keys need read for abc
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Nov 24, 2024
1 parent c4b3d3d commit cde9104
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,4 @@ lsiown -R root:root \
chmod 755 \
/config/ssh_host_keys
chmod 644 \
/config/ssh_host_keys/sshd_config \
/config/ssh_host_keys/*.pub
find /config/ssh_host_keys/ -name "ssh_host_*_key" -exec chmod 600 {} \;
/config/ssh_host_keys/*

0 comments on commit cde9104

Please sign in to comment.