firedancer-io / firedancer

Firedancer is Jump Crypto's Solana validator software.
https://firedancer.io
Other
951 stars 174 forks source link

Check file permissions in fd_keyload_load #2567

Open ripatel-fd opened 3 months ago

ripatel-fd commented 3 months ago

OpenSSH refuses to load private keys with too open permissions (e.g. world-readable). This forces operators to at least minimally protect their keys.

We might want to do this in fd_keyload_load too.

ripatel-fd commented 3 months ago

@mmcgee-jump What do you think about this?