Pinggy Command Line Tool (Beta)

Pinggy Command Line Tool provides more robust tunnels with quicker reconnections when your tunnels are interrupted.
Pinggy Dev/Test Environment Gateway

Example Usage

Use the same ssh command pattern!

Suppose we want to use CLI for the following SSH url:
ssh -p 443 -R0:localhost:8080 -L4300:localhost:4300 TOKEN@a.pinggy.io
Just replace ssh with the CLI binary:
./pinggy -p 443 -R0:localhost:8080 -L4300:localhost:4300 TOKEN@a.pinggy.io