1.1.3 • Published 4 years ago

enssh v1.1.3

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

❯ Why use enssh?

  1. You can use it to manager your all server,don't have to download any software etc.

❯ Getting started

❯ Install

  1. Because of enssh rely on Node.js, You need to install Node.js first.
https://nodejs.org/en/
  1. Install enssh
  • install with npm:
    npm i enssh -g
  • install with yarn
   yarn global add enssh

❯ Usage

Add server

enssh add <name> <user> <host>
PropertyRequired?TypeDescription
nameyesStringcustom server alias
useryesStringremote server user
hostyesStringremote server host

If you do want log in everytime,you can use following options to help you:

-k, --keyPath String

Your private ssh key path.

-p, --password String

Save your password to config file.

Note:we do not recommend you to use this option,because we just save your password directly.

Show server

enssh ls

Remove server

enssh rm  <name>
PropertyRequired?TypeDescription
nameyesStringcustom server alias

RUN

enssh run [mode]
PropertyRequired?TypeDescription
namenoLOGIN\PASSWORD\KEYFILEchoice what connect-mode you like.

-c, --cmd String

Run with command

❯ About

Contributing 👏

If you like enssh, star it please.

Please feel free to submit an issue.

Fork and PR are always welcomed.