Skip to content

Simple PHP class for opening SSH tunnels

License

Notifications You must be signed in to change notification settings

keboola/ssh-tunnel

Repository files navigation

ssh-tunnel

Build on push

Simple PHP class for opening SSH tunnels

Usage

Require with composer:

composer require keboola/ssh-tunnel

Development

Developed with TTD. Requires Git, Composer, Docker and Docker Compose.

Clone repository, install dependencies, source private key (stored in 1password) and run tests:

git clone git@github.com:keboola/ssh-tunnel.git
cd ssh-tunnel
composer install
docker-compose run

License

MIT licensed, see LICENSE file.