1.0.4 • Published 6 years ago

kenote-ssh-cli v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

kenote-ssh-cli

own ssh command line tools ...

NPM Version NPM Downloads Gratipay

Install

$ npm i -g kenote-ssh-cli

Features

  • init, Initial node-ssh Configure
  • list|ls, Show ssh key list
  • create|add, Create a new SSH key
  • remove|delete, Delete specific SSH key by alias name
  • upload|copy, Upload SSH key to the server
  • connect|link, Connect to the server
  • backup|bak, Backup SSH key
  • restore|unbak, Restore SSH key

Usages

$ kssh

  Usage: kssh [command] [options]


  Options:

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


  Commands:

    list|ls                Show ssh key list
    create|add             Create a new SSH key
    remove|delete          Delete specific SSH key by alias name
    upload|up              Upload SSH key to the server
    connect|link           Connect to the server
    backup|bak [options]   Backup SSH key ...
    restore|unbak          Restore SSH key ...

License

this repo is released under the MIT License.