My ssh public keys
Find a file
2026-01-20 11:15:05 -05:00
keys commit 2026-01-16 10:00:20 -05:00
LICENSE Initial commit 2026-01-15 17:20:25 +00:00
README.md commit 2026-01-20 11:15:05 -05:00
update-keys.sh commit 2026-01-20 11:05:51 -05:00

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.