Skip to content

Commit

Permalink
Fix public key permission in server image
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Aug 12, 2024
1 parent cb6af6a commit ca5f244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi
if [ -n "$SERVER_ED25519_PUBLIC_KEY" ]; then
echo "$SERVER_ED25519_PUBLIC_KEY" >/etc/ssh/ssh_host_ed25519_key.pub
chmod 644 /etc/ssh/ssh_host_ed25519_key
chmod 644 /etc/ssh/ssh_host_ed25519_key.pub
fi

################################
Expand Down

0 comments on commit ca5f244

Please sign in to comment.