mmeyer2k / authkeys

An authorized_keys management TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthKeys

An authorized_keys management TUI written entirely in bash.

Features

  • 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

Install

curl https://raw.githubusercontent.com/mmeyer2k/authkeys/main/authkeys.sh > /usr/local/bin/authkeys
chmod +x /usr/local/bin/authkeys

Usage

authkeys

About

An authorized_keys management TUI

License:MIT License


Languages

Language:Shell 100.0%