https://github.com/necrogami/ssh.pub
SSH.pub is a public key management system.
https://github.com/necrogami/ssh.pub
laravel php public-key ssh ssh-key
Last synced: 11 months ago
JSON representation
SSH.pub is a public key management system.
- Host: GitHub
- URL: https://github.com/necrogami/ssh.pub
- Owner: necrogami
- Created: 2017-01-25T17:42:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T22:59:59.000Z (about 2 years ago)
- Last Synced: 2025-04-10T14:32:32.646Z (about 1 year ago)
- Topics: laravel, php, public-key, ssh, ssh-key
- Language: PHP
- Homepage: https://ssh.pub/
- Size: 271 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ssh.pub
This is a tool for managing public ssh keys. To make it easier to store, manage and install public ssh keys.
This idea came from [Jeff Lindsay](https://github.com/progrium) and his [Keychain.io](https://github.com/progrium/keychain.io) Project. It ended a few years ago and i wanted to use it so i decided to rebuild it.
In honor of the original project this will remain opensource. There will be more features to come but here's the basic usage.
Bash
----
Upload your default SSH key:
curl -s https://ssh.pub/key//upload | bash
Install your key into authorized_keys:
curl -s https://ssh.pub/key//install | bash
Upload your other named key SSH key:
curl -s https://ssh.pub/key///upload?keypath=/path/to/key.pub | bash
Install your named key into authorized_keys:
curl -s https://ssh.pub/key///install | bash
URLS
----
https://ssh.pub/key/
https://ssh.pub/key//upload
https://ssh.pub/key//install
https://ssh.pub/key//fingerprint
https://ssh.pub/key//confirm/
https://ssh.pub/key//all
https://ssh.pub/key//all/install
https://ssh.pub/key//
https://ssh.pub/key///fingerprint
https://ssh.pub/key///install
https://ssh.pub/key///upload