appleboy/ssh-action
GitHub Actions for executing remote ssh commands. observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 98
- Release rhythm 56
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 50.5
- age_days: 2671
- days_rel: 218
- days_push: 17
- n_releases_24m: 7
Adoption not part of the score
6178 stars · 680 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A GitHub Action for executing remote SSH commands within CI/CD workflows, built with Go and drone-ssh. It supports password and key authentication, multi-host execution, proxy/jump hosts, and environment variable passing.
Use cases
- run remote ssh commands from a github actions workflow
- deploy to a server via ssh in ci/cd
- execute commands on multiple hosts from github actions
- restart a service on a remote server after a build
- run a deployment script on a vps from ci
When to choose
- you need to trigger remote shell commands or deployments as part of a GitHub Actions pipeline
- you want multi-host or proxy/jump-host SSH support without writing custom scripts
- you need password, RSA, or ED25519 key authentication in CI
When to avoid
- you use a CI system other than GitHub Actions
- you need full interactive SSH sessions rather than one-shot command execution
- you prefer managing deployments with a dedicated tool like Ansible or Fabric
Facets
plugin · maturity active
ssh ci-cd deployment developer-tools developer-tools cloud github-actions remote-commands ssh-client cicd devops automation command-line docker linux
2 sources
- readme: https://github.com/appleboy/ssh-action · fetched 2026-08-28 · 9ae50c2f5c06
- homepage: https://github.com/marketplace/actions/ssh-remote-commands · fetched 2026-08-29 · deb128d7b434
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| appleboy/ssh-action | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="appleboy/ssh-action")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem