{"id":31101107,"url":"https://github.com/fl64/jumphost","last_synced_at":"2025-09-16T23:50:20.692Z","repository":{"id":303118443,"uuid":"1014465857","full_name":"fl64/jumphost","owner":"fl64","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-05T19:31:42.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T20:39:00.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/fl64.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,"zenodo":null}},"created_at":"2025-07-05T19:28:05.000Z","updated_at":"2025-07-05T19:31:45.000Z","dependencies_parsed_at":"2025-07-05T20:39:03.307Z","dependency_job_id":"8312c311-d8a6-4b5e-a212-8446a0c5cc7a","html_url":"https://github.com/fl64/jumphost","commit_stats":null,"previous_names":["fl64/jumphost"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fl64/jumphost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fjumphost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fjumphost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fjumphost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fjumphost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fl64","download_url":"https://codeload.github.com/fl64/jumphost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fjumphost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275505208,"owners_count":25476962,"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-16T02:00:10.229Z","response_time":65,"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":"2025-09-16T23:50:16.243Z","updated_at":"2025-09-16T23:50:20.657Z","avatar_url":"https://github.com/fl64.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssh-jumphost service\n\nDefault user: `user`\nSSH port: `2222`\nWebSocket port: `8080`\n\n![](jumphost.png)\n\n## access via wss trough ssh-jumphost\n\n```bash\nwstunnel client -L tcp://9999:127.0.0.1:2222  wss://ws.example.com:443 \u0026\n/usr/bin/ssh \\\n              -A \\\n              -J user@127.0.0.1:9999 \\\n              -o StrictHostKeyChecking=no \\\n              -o UserKnownHostsFile=/dev/null \\\n              cloud@10.66.10.1\n```\n\nor\n\ncreate `config` file\n\n```json\nHost jumphost\n\tForwardAgent yes\n\tHostname 127.0.0.1\n  StrictHostKeyChecking no\n  UserKnownHostsFile /dev/null\n\tPort 2222\n\tUser user\n\tProxyCommand wstunnel client --log-lvl=off -L stdio://%h:%p wss://ws.example.com:443\nHost vm\n\tForwardAgent yes\n\tHostname 10.66.10.1\n\tPort 22\n\tUser cloud\n\tProxyJump jumphost\n```\n\n```bash\nssh -F ./config vm\n```\n\n## strict access to VM\n\nadd to deployment\n\n```yaml\n- name: WSTUNNEL_DST\n  value: 10.66.10.1:22\n```\n\n```bash\nssh -o ProxyCommand=\"wstunnel client --log-lvl=off -L stdio://%h:%p wss://ws.example.com:443\" cloud@10.66.10.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fjumphost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffl64%2Fjumphost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fjumphost/lists"}