1.0.3 • Published 2 years ago

@akbaraditamasp/ssh-tunnel v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago