Giter Site home page Giter Site logo

ssh-manager's Introduction

ssh-manager

A powerful ssh connections manager.

Install

npm install ssh-manager -g

Configuration

Start the script with ssh-manager and you will see it running with few sample servers, to add yours, you have to create a configuration file with json or csv extension with the format bellow:

JSON file:

[
  {
    "name": "Test Server1",
    "user": "alejandro",
    "host": "8.8.8.8"
  },
  {
    "name": "Test Server2",
    "user": "paul",
    "host": "7.8.8.8",
    "port": 23,
    "pem": "test.pem"
  }
]

CSV file:

name,user,host,port,pem
Test Server1,alejandro,8.8.8.8
Test Server2,paul,7.8.8.8,23,test.pem

port and pem are optional fields.

Once you have your file ready you can provide it with the option -f or --file.

Usage

Usage: ssh-manager [options]

Options:
      --version  Show version number                                   [boolean]
  -f, --file     Provide a json or csv file with servers                [string]
  -o, --order    Order the table by the given column
                [string] [choices: "name", "id", "user", "host", "port", "auth"]
  -s, --server   Specify the server name or id to connect               [string]
  -n, --nocheck  Disable the server connection checks                  [boolean]
  -t, --timeout  Timeout for server checks in milliseconds        [default: 500]
  -h, --help     Show help                                             [boolean]

https://github.com/alemures

ssh-manager's People

Contributors

alemures avatar dca avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ssh-manager's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.