facebook / taste-tester

Software to manage a chef-zero instance and use it to test changes on production servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

combine tunnel.rb ssh_util.rb and ssh.rb

jaymzh opened this issue · comments

There's a lot of repeated code here. The worst offenders got factored into ssh_util.rb, but still they should all be one module and just take an option for tunnel (which ssh.rb already does, but ignores).