{"id":17696793,"url":"https://github.com/datashaman/mtunnel","last_synced_at":"2025-09-01T03:05:12.565Z","repository":{"id":153859394,"uuid":"630899889","full_name":"datashaman/mtunnel","owner":"datashaman","description":"Creates multiple background SSH tunnels for services within a project and stage.","archived":false,"fork":false,"pushed_at":"2023-04-21T14:47:12.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T20:27:35.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datashaman.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-21T12:18:57.000Z","updated_at":"2023-04-21T12:55:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"641a5e6d-7830-4fe8-8f9e-2f42ea1a2dfd","html_url":"https://github.com/datashaman/mtunnel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datashaman/mtunnel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datashaman%2Fmtunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datashaman%2Fmtunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datashaman%2Fmtunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datashaman%2Fmtunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datashaman","download_url":"https://codeload.github.com/datashaman/mtunnel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datashaman%2Fmtunnel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273068846,"owners_count":25039911,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-24T14:45:22.448Z","updated_at":"2025-09-01T03:05:12.500Z","avatar_url":"https://github.com/datashaman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mtunnel\n\nCreates multiple background SSH tunnels to services in your project.\n\n## installation\n\nInstall the package from `PyPI`:\n```\npip3 install mtunnel\n```\n\n## usage\n\nFor example:\n\nWith this config in `mtunnel.yml`:\n\n```\njumpbox:\n  ssh_address: bastion.example.com\n  dont_sudo: true\n\nregion: us-east-1\nprofile: default\n\ntunnels:\n  staging:\n    mysql:\n      bind_port: 3306\n      host_address: staging-rds-0.us-east-1.rds.amazonaws.com\n      host_port: 3306\n    es:\n      bind_port: 9200\n      host_address: vpc-staging-abcdefghijkl.us-east-1.es.amazonaws.com\n      host_port: 443\n```\n\nwhen you run this command:\n```\nmtunnel project1 staging\n```\n\nthe following SSH tunnels will be setup via `bastion.example.com`:\n```\nes: localhost:9200 -\u003e vpc-staging-rds-abcdefghijkl.us-east-1.es.amazonaws.com:443\nmysql: localhost:3306 -\u003e staging-rds-0.us-east-1.rds.amazonaws.com:3306\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatashaman%2Fmtunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatashaman%2Fmtunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatashaman%2Fmtunnel/lists"}