Skip to content

alombarte/ssh-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Find anyone's public ssh-keys by username

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages