{"id":16793493,"url":"https://github.com/mdp/runnel","last_synced_at":"2025-03-22T01:30:48.082Z","repository":{"id":56903133,"uuid":"1501410","full_name":"mdp/runnel","owner":"mdp","description":"A really simple Ruby ssh tunnel manager","archived":false,"fork":false,"pushed_at":"2017-09-04T09:54:00.000Z","size":143,"stargazers_count":21,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T06:51:24.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdp.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-19T22:20:11.000Z","updated_at":"2022-06-22T09:26:30.000Z","dependencies_parsed_at":"2022-08-20T18:50:41.948Z","dependency_job_id":null,"html_url":"https://github.com/mdp/runnel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Frunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Frunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Frunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Frunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdp","download_url":"https://codeload.github.com/mdp/runnel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893342,"owners_count":20527574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T08:49:28.569Z","updated_at":"2025-03-22T01:30:47.561Z","avatar_url":"https://github.com/mdp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runnel - A Ruby ssh tunnel manager\n\nI hate starting autossh tunnels and trying to keep track of them. This solves that issue for me.\n\n## Prereq's\n\nAutossh - you really should already be using this.\n\n    # Mac Homebrew\n    brew install autossh\n\n    # Ubuntu\n    apt-get isntall autossh\n\n    # Redhat\n    Figure it out yourself\n\n## Installation and usage\n\n    gem install runnel\n\nNow let runnel set itself up by simply running it:\n\n    runnel\n\nEdit your tunnels.yml file, found in '~/.runnel'\n\nHere's the example file you'll have after setup:\n\n    ----\n    :socks_proxy:\n      :name: My socks proxy for secure browsing on public WiFi\n      :mport: 44488 #The autossh monitor port\n      :command: -NfD 8080 mysecurebox.net\n    :mysql_proxy\n      :name: mySQL proxy for work\n      :mport: 44490\n      :command: -NfL 3306:localhost:3306 mysqlbox.org\n\nThen use runnel to start the tunnels\n\n    # Start one tunnel\n    runnel start socks_proxy\n\n    # Start all tunnels\n    runnel start\n\nYou can also kill them the same way\n\n    # Kill one tunnel\n    runnel kill socks_proxy\n\n    # Kill all tunnels\n    runnel kill\n\nAnd lastly\n\n    # Show the tunnels, active and inactive\n    runnel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Frunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdp%2Frunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Frunnel/lists"}