Skip to main content
The Nameless Site

Update to the capistrano hack

So a while ago I had posted a hack that lets capistrano deploy code from a git server from behind a firewall.

So in a recent update to SSHKit they changed how they do ssh connections to use Threading and Pools. This broke my hack.

So long story short, I've updated my hack. This one uses net-ssh directly to make a forward.

Disclaimer: This works for us at $work, but I can't claim it works anywhere else.