Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 578 Bytes

ssh-find

Finds SSH public keys by username. Provide a username and the application will return the content of SSH keys (e.g: id_rsa.pub) used in online services.

Demo

Use case example

Copy your public keys from GitHub (Mac):

ssh-find alombarte | pbcopy

Or Linux:

ssh-find alombarte | xclip -selection clipboard

Append them in authorized_keys of a remote server.

Installation

Download from the releases page, decompress, and move to /usr/local/bin or similar directory.