0.0
The project is in a healthy, maintained state
Conveniently manage numerous SSH tunnels with ncurses
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.9
~> 0.86.0

Runtime

 Project Readme

SshTunnels

Interactive SSH tunnel management.

Installation

gem install ssh_tunnels

Usage

ssh_tunnels -c config.yml

Configuration

# config.yml

gateway:
  host: gateway.example.com
  port: 22

tunnels:
  my_host:
    local: 1234
    host: my.host.example.com
    remote: 4567
  other_host:
    local: 1111
    host: other.host.example.com
    remote: 5555

Contributing

Pull requests are welcome.

License

The gem is available as open source under the terms of the MIT License.