My ssh public keys
| keys | ||
| LICENSE | ||
| README.md | ||
| update-keys.sh | ||
authorized-ssh-keys
My ssh public keys
Install updater
For cron updates
curl -LO https://pubcode.archuser.org/firebadnofire/authorized-ssh-keys/raw/branch/main/update-keys.sh && sudo install -m 0755 ./update-keys.sh /usr/local/bin/update-keys && rm ./update-keys.sh
The update script allows you to filter keys installed to the system via a whitelist approach. Place the comment for any whitelisted key into a line of ~/.ssh/allowed_keys to designate a key as whitelisted. A key MUST have a comment in the upstream keys file to use this approach.