appleboy/ssh-action

GitHub Actions for executing remote ssh commands.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 10th, 2026
Created on May 12th, 2019
Open Issues & Pull Requests: 32 (+0)
GitHub issues: Enabled
Number of forks: 679
Total Stargazers: 6,197 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.8 hours
Mean response time: 100.6 days
90th percentile: 485.5 days
Tracked items: 98

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 669 days
Stale 30+ days: 20
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (31)
  • question (7)
  • enhancement (2)
  • feature (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SSH for GitHub Actions is a GitHub Action that executes remote SSH commands in CI/CD workflows.

The tool addresses the need to run commands on remote servers as part of automated deployment and testing pipelines. It works by accepting SSH connection parameters, authentication credentials, and a set of commands to execute, then establishing an SSH session to the target host and running those commands. The action captures command output and can pass environment variables to the remote shell.

Teams should choose this tool when they need straightforward SSH command execution in GitHub Actions workflows without complex orchestration. It suits projects requiring remote deployments, server configuration, or post-deployment verification steps. The tool supports multiple authentication methods including private key and password authentication, multiple target hosts with different ports, proxy and jump host configurations, and synchronous execution across multiple hosts. It can capture command output as action output variables and run commands from files.

The project maintains active engagement with its user base through documented troubleshooting sections and a Q&A area addressing common issues like missing command errors. Development activity shows responsiveness to practical deployment scenarios, with the codebase built on established foundations using Golang and the drone-ssh library. The project provides comprehensive documentation covering security best practices for protecting private keys and verifying host fingerprints, alongside multiple usage examples demonstrating different authentication approaches and multi-host scenarios.