simplyssh

1.0.4 • Public • Published

sssh

SSH Connections and Tunnel console Helper

Under Development, documentation in progress

Create .sssh.json under your home folder and add an array of connections

[
  {
    "name": "Name of connection",
    "description": "More Details",
    "username": "ubuntu",
    "host": "ip.ip.ip.ip",
    "port": 22
    "key": "path/to/key.pem"
  }, 
  {
    "name": "Another Connection",
    "description": "Additional Details",
    "username": "ubuntu",
    "host": "hostname.com",
    "portForward": "27017"
  },

]

Usage:

you@yourmachine$ sssh
✔  Simple SSH Connection Handler
? Select SSH connection (Use arrow keys or type to search)
❯ Name of connection: More Details
  Another Connection: Additional Detail

Readme

Keywords

Package Sidebar

Install

npm i simplyssh

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

3.6 kB

Total Files

4

Last publish

Collaborators

  • umbertoghio