An authorized_keys management TUI written entirely in bash.
- Add and remove keys safely without fear of typos that could cause the server to become inaccessible.
- Added keys are validated with
ssh-keygen
- History of changes is preserved
curl https://raw.githubusercontent.com/mmeyer2k/authkeys/main/authkeys.sh > /usr/local/bin/authkeys
chmod +x /usr/local/bin/authkeys
authkeys