simplyssh
v1.0.4
Published
SSH Connections and Tunnel Helper
Readme
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