This is the keyhouse repository required by SDSLabs Watchdog. This repository contains all the public keys of the members and the access right they have.
- Public keys are stored in
data/keysfile. - To add your keys to keyhouse, you must create a PR. And wait for some admin to review it.
- To gain access to any server, ask any admin.
- To grant
<user>access to<group>in<server>, add a new line<server>|<group>indata/hosts/<user>. - For example, to grant
saturnaccess tosudogroup inawsserver, add a new lineaws|sudoindata/hosts/saturn. - Note: users must have an entry in
data/keysto gain access to any server.