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

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.

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