Skip to content

singletracksystems/sts-buildpack-autossh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Heroku buildpack that enable secure shells to remote hosts

Resources

License

Stars

Watchers

Forks

Packages

No packages published