Skip to content

umbertoghio/sssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SSH Connections and Tunnel console Helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published