@akbaraditamasp/ssh-tunnel
v1.0.3
Published
A CLI app to easily create SSH tunnels
Downloads
5
Readme
Simple NodeJS-based CLI application to easily create SSH tunnels.
Installation
npm install @akbaraditamasp/ssh-tunnel -g
Usage
ssh-tunnel -c /PATH_TO_CONFIG <REMOTE_PORT> <LOCAL_PORT>
Config File
Create a config file to manage SSH connections using JSON.
{
"host": "127.0.0.1",
"port": 22,
"user": "example",
"password": "example"
}