https://github.com/mmeyer2k/authkeys
An authorized_keys management TUI
https://github.com/mmeyer2k/authkeys
bash bash-script openssh
Last synced: 2 months ago
JSON representation
An authorized_keys management TUI
- Host: GitHub
- URL: https://github.com/mmeyer2k/authkeys
- Owner: mmeyer2k
- License: mit
- Created: 2021-11-02T21:01:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T09:59:00.000Z (about 2 years ago)
- Last Synced: 2024-05-30T11:07:34.428Z (about 2 years ago)
- Topics: bash, bash-script, openssh
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
curl https://raw.githubusercontent.com/mmeyer2k/authkeys/main/authkeys.sh > /usr/local/bin/authkeys
chmod +x /usr/local/bin/authkeys
```
## Usage
```bash
authkeys
```