https://github.com/rtlong/ssh-keys-db
https://github.com/rtlong/ssh-keys-db
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtlong/ssh-keys-db
- Owner: rtlong
- Created: 2014-12-15T23:08:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T17:38:18.000Z (over 10 years ago)
- Last Synced: 2025-03-08T23:15:14.223Z (10 months ago)
- Language: Go
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssh-keys-db
This maintains a list of SSH public keys to help to sort out which belongs to whom when dealing with hundreds of keys.
Sorry the docs suck. Please read the very messy code to figure out details of how it works.
## Install:
```
go get github.com/rtlong/ssh-keys-db
export SSH_KEYS_DB="$PWD/test.json"
ssh-keys-db --help
```