install-keys
v0.0.6
Published
Install your ssh pub keys from github.
Downloads
21
Readme
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 usernameCan 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.
