keboola/ssh-tunnel

Simple library for SSH tunneling

Installs: 26 460

Dependents: 3

Suggesters: 0

Security: 0

Stars: 7

Watchers: 19

Forks: 2

Open Issues: 2

pkg:composer/keboola/ssh-tunnel

2.2.0 2024-09-30 13:45 UTC

README

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.