{"id":20926987,"url":"https://github.com/leandroberetta/tun-py","last_synced_at":"2026-04-27T10:31:47.658Z","repository":{"id":117687697,"uuid":"77707414","full_name":"leandroberetta/tun-py","owner":"leandroberetta","description":"Python script to create SSH tunnels from a config file","archived":false,"fork":false,"pushed_at":"2017-08-26T15:06:42.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-27T21:04:53.615Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leandroberetta.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-30T19:58:03.000Z","updated_at":"2016-12-30T20:06:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"89fc5791-d6ac-48bf-82ae-328d0319c1e2","html_url":"https://github.com/leandroberetta/tun-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leandroberetta/tun-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Ftun-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Ftun-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Ftun-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Ftun-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandroberetta","download_url":"https://codeload.github.com/leandroberetta/tun-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandroberetta%2Ftun-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32333196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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-11-18T20:44:39.784Z","updated_at":"2026-04-27T10:31:47.598Z","avatar_url":"https://github.com/leandroberetta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tun-py\n\nPython script to create SSH tunnels from a config file.\n\nThe tunnels configuration must be in file with the format as follows:\n\n    # Dev\n    5555:192.168.200.100:5555 lberetta@192.168.200.100\n\n    # Prod\n    5556:192.168.200.101:5556 lberetta@192.168.200.100\n    5557:192.168.200.101:5557 lberetta@192.168.200.100\n\nThe command executed (eg. Dev) will be:\n\n    ssh -N -L 5555:192.168.200.100:5555 lberetta@192.168.200.100\n\nFinishing the script (with Ctrl+C) will terminate all tunnels.\n\nTo create the tunnels execute:\n\n    python tun.py tun.cfg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandroberetta%2Ftun-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandroberetta%2Ftun-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandroberetta%2Ftun-py/lists"}