The authorized_keys deployed throughout the StormBit fleet.
The easy way, by adding the following to a crontab.
*/15 * * * * curl -o .ssh/authorized_keys https://raw.githubusercontent.com/StormBit/stormbit-keyring/master/authorized_keys >> /dev/null`
To add a key to the StormBit KeyRing, please add a SSH key to your Github Account.
Every 15 minutes, a Github Action runs, which polls the public keys for everybody in the engineering team team.
It concatenates them into a single authorized_keys
file, and if there are any changes, commits the change.