1.0.3 • Published 1 year ago

@akbaraditamasp/ssh-tunnel v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"
}
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago