Skip to content

StormBit/stormbit-keyring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StormBit KeyRing

The authorized_keys deployed throughout the StormBit fleet.

Using StormBit KeyRing

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`

Adding your key to StormBit KeyRing

To add a key to the StormBit KeyRing, please add a SSH key to your Github Account.

How this works?

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.