{"id":14986076,"url":"https://github.com/luchihoratiu/debug-via-ssh","last_synced_at":"2025-10-12T23:25:01.116Z","repository":{"id":38196439,"uuid":"300518151","full_name":"luchihoratiu/debug-via-ssh","owner":"luchihoratiu","description":"Here you can find a GitHub Action that allows you to connect to a GitHub Actions runner via SSH for interactive debugging using ngrok.","archived":false,"fork":false,"pushed_at":"2024-01-12T13:45:01.000Z","size":29,"stargazers_count":64,"open_issues_count":4,"forks_count":135,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-09T15:05:29.713Z","etag":null,"topics":["github-actions","github-runner","macos-runners","ngrok","ssh","ubuntu-runners","windows-runners"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luchihoratiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-10-02T06:10:04.000Z","updated_at":"2025-02-25T00:39:08.000Z","dependencies_parsed_at":"2024-01-12T18:33:17.636Z","dependency_job_id":null,"html_url":"https://github.com/luchihoratiu/debug-via-ssh","commit_stats":{"total_commits":16,"total_committers":4,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"a47bd4ab4ee5e3f93a920008ee1aac125654af62"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luchihoratiu%2Fdebug-via-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luchihoratiu%2Fdebug-via-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luchihoratiu%2Fdebug-via-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luchihoratiu%2Fdebug-via-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luchihoratiu","download_url":"https://codeload.github.com/luchihoratiu/debug-via-ssh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055284,"owners_count":21040157,"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":["github-actions","github-runner","macos-runners","ngrok","ssh","ubuntu-runners","windows-runners"],"created_at":"2024-09-24T14:12:17.429Z","updated_at":"2025-10-12T23:24:56.061Z","avatar_url":"https://github.com/luchihoratiu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# debug-via-ssh\nThis GitHub Action allows you to connect to a GitHub Actions runner via SSH for interactive debugging using ngrok.\n\n## Features\nIt works with Ubuntu, macOS and Windows runners.\n\n## Quick usage\n```yaml\n- name: Start SSH session\n  uses: luchihoratiu/debug-via-ssh@main\n  with:\n    NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}\n    SSH_PASS: ${{ secrets.SSH_PASS }}\n```\n\n## Settings\n### Mandatory\n* **NGROK_AUTH_TOKEN** - The authorization token received from ngrok. See FAQ section for more info.\n* **SSH_PASS** - The password used for starting a SSH session. For Windows runners, this password must respect some [minimum complexity requirements](https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/password-must-meet-complexity-requirements).\n\n### Optional\n* **NGROK_REGION** - The region where the ngrok client will connect to host its tunnels. Defaults to **us**.\n* **NGROK_TIMEOUT** - The max amount of time ngrok will host its tunnel. Defaults to **21500** (value is in seconds). \n\n## FAQ\n#### How to get ngrok auth token?\u003c/summary\u003e\n\n1. Go to https://ngrok.com/\n2. Hit Sign up in the top right corner\n3. Login via GitHub/Google or Sign up for a standalone account\n4. From the given dashboard, you can now get your ngrok auth token\n\n#### What regions are avaliable for ngrok?\nSee https://ngrok.com/docs for latest information.\n* us - United States\n* eu - Europe\n* ap - Asia/Pacific\n* au - Australia\n* sa - South America\n* jp - Japan\n* in - India\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluchihoratiu%2Fdebug-via-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluchihoratiu%2Fdebug-via-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluchihoratiu%2Fdebug-via-ssh/lists"}