sts-buildpack-autossh
A custom Heroku buildpack for that securely configures an SSH tunnel to another server from each dyno and ensure it stays up by using autossh.
This project uses make
for maintenance and testing.
Updating autossh installer
To update the cached version of autossh
, run:
make vendor_update
Testing
For testing changes to this buildpack we recommend using Vagrant with the Vagrantfile
provided.
To build and run your vagrant box, run:
make vagrant_start
Inside the Linux virtual host, run:
cd /vagrant && make test
That's all folks. Enjoy!