Skip to content

qrydat/heroku-buildpack-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack SSH

A buildpack which configures heroku instances to allow for SSH tunnelling to external resources.

Usage

To use this buildpack, a configuration file, ssh.yml, should be place in your applications config directory.

Configuration

The following is a sample ssh.yml.

---
known_hosts:
  - github.com
  - # external hosts here

About

SSH tunnelling from heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages