An open API service indexing awesome lists of open source software.

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

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
```