{"id":19933006,"url":"https://github.com/kontena/net-ssh-proxy-gateway","last_synced_at":"2026-02-10T22:03:07.816Z","repository":{"id":56885366,"uuid":"175599019","full_name":"kontena/net-ssh-proxy-gateway","owner":"kontena","description":"Net::SSH::Proxy compatible SSH-tunneling built on Net::SSH::Gateway","archived":false,"fork":false,"pushed_at":"2019-03-14T12:33:18.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T16:19:36.311Z","etag":null,"topics":["net-ssh","ruby","ssh","tunneling"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kontena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-14T10:24:22.000Z","updated_at":"2021-04-27T17:06:37.000Z","dependencies_parsed_at":"2022-08-20T23:10:51.610Z","dependency_job_id":null,"html_url":"https://github.com/kontena/net-ssh-proxy-gateway","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kontena/net-ssh-proxy-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontena%2Fnet-ssh-proxy-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontena%2Fnet-ssh-proxy-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontena%2Fnet-ssh-proxy-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontena%2Fnet-ssh-proxy-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kontena","download_url":"https://codeload.github.com/kontena/net-ssh-proxy-gateway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontena%2Fnet-ssh-proxy-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["net-ssh","ruby","ssh","tunneling"],"created_at":"2024-11-12T23:12:18.416Z","updated_at":"2026-02-10T22:03:07.761Z","avatar_url":"https://github.com/kontena.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/kontena/net-ssh-proxy-gateway.svg?branch=master)](https://travis-ci.org/kontena/net-ssh-proxy-gateway)\n[![Gem Version](https://badge.fury.io/rb/net-ssh-proxy-gateway.svg)](https://badge.fury.io/rb/net-ssh-proxy-gateway)\n[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](https://www.rubydoc.info/github/kontena/net-ssh-proxy-gateway)\n\n# Net::SSH::Proxy::Gateway\n\nAllows using [`Net::SSH::Gateway`](https://github.com/net-ssh/net-ssh-gateway) as a proxy in `Net::SSH.start(host, user, proxy:..)`.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'net-ssh-proxy-gateway'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install net-ssh-proxy-gateway\n\n## Usage\n\nIt accepts the same parameters as [`Net::SSH::Gateway.new`](https://www.rubydoc.info/github/net-ssh/net-ssh-gateway) which works quite a lot like [`Net::SSH.start`](https://www.rubydoc.info/github/net-ssh/net-ssh/Net%2FSSH.start).\n\n### Example\n\n```ruby\nsession = Net::SSH.start(\n  'target-host-name-or-ip.example.com',\n  'target-host-username',\n  proxy: Net::SSH::Proxy::Gateway.new(\n    'proxy-host-hostname-or-ip.example.com',\n    'proxy-host-username',\n    #proxy_host_connection_options (see Net::SSH.start)\n  )\n)\n```\n\nTada! The session to the target host will be tunneled through the proxy host. Nothing else for you to do. The port forwarding will be automatically canceled when the main session is closed.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [kontena/net-ssh-proxy-gateway](https://github.com/kontena/net-ssh-proxy-gateway).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontena%2Fnet-ssh-proxy-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkontena%2Fnet-ssh-proxy-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontena%2Fnet-ssh-proxy-gateway/lists"}