SSH keys manager for nodejs

221 阅读1分钟

guthub
npm

installation manual: ~/.skm

note:

  1. Please confirm before installation the ~/.skm does not exist
  2. If you already have ssh key in use, please backup before use to avoid loss

Install

npm install -g skm-node

Init

skm init

list

skm ls

create new ssh key

skm create <email> <name>

use

skm use <name>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

this repo is released under the WTFPL – Do What the Fuck You Want to Public License.