2.0.2 • Published 5 years ago

skm-node v2.0.2

Weekly downloads
3
License
WTFPL
Repository
github
Last release
5 years ago

SSH keys manager for nodejs


Build Status npm version downloads CRAN

Before

  1. Make sure the ~/.skm directory does not exist, please.

  2. save first to avoid loss if you are currently using sshkey, please.

Installtion

$ npm install -g skm-node

Usage

Usage: skm [options] [command]

Options:
  -V, --version     output the version number
  -h, --help        output usage information

Commands:
  init              Initialize skm-node
  ls                List all the ssh key
  use <name>        change the use ssh key
  c <name> <email>  create new ssh key
  help              Print this help

Example

$ skm init

skm-node init successful!
$ skm ls

    123
 #  default
$ skm c <email> <name>

$ skm c 123@qq.com 123
Enter passphrase (empty for no passphrase):
Enter same passphrase again:

successful, You can use the 123 ssh key!
$ skm use <name>

$ skm use 123
Now SSH KEY use the: 123

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.

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago