Skip to content

nrn/install-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Keys

DEPRECATED

You can now simply curl https://github.com/<username>.keys to get a user's public key.

Old readme below

Install your ssh pub keys from github as authorized keys.

  npm install -g install-keys && install-keys username

Can also specify an optional second argument for authorized_keys file location, defaults to ~/.ssh/authorized_keys.

require('install-keys') returns a function that takes the same two arguments, github username, and optional path to append keys to.

About

Install your ssh pub keys from github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published