UNPKG

ssh-tunnel

Version:

SSH-Tunnel management utility

50 lines (33 loc) 1.22 kB
SSH-Tunnel ============= [![Build Status](https://secure.travis-ci.org/alternatex/ssh-tunnel.png?branch=master)](http://travis-ci.org/alternatex/ssh-tunnel) SSH-Tunnel management utility Installation ------------- You can install this through [npm](https://npmjs.org): `npm install ssh-tunnel` Documentation ------------- `ssh-tunnel --help` ``` SSH-Tunnel Version: 2.3.23 Usage: ssh-tunnel [options] [command] Commands: connect <name> Establish connection copy <name> Copy existing connection delete <name> Delete connection update <name> Update connection export Export connections to file install Install your public key in a remote machine authorized_keys selfupdate Fetch latest release from npmjs.org Options: -h, --help output usage information -V, --version output the version number -f, --file <file> Load configuration from <file> (default: 'tunnel.json') ``` License ------------- Released under two licenses: new BSD, and MIT. You may pick the license that best suits your development needs. https://github.com/alternatex/ssh-tunnel/blob/master/LICENSE