2 مستودعات
Execution of commands on remote servers via SSH, triggered by incoming webhooks, with output capture.
Distinct from SSH-Based Remote Execution: Distinct from SSH-Based Remote Execution: focuses on event-driven execution triggered by webhooks, not general SSH task execution.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Webhook-Triggered SSH Commands. Refine with filters or upvote what's useful.
Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu
Provides a custom action to execute SSH commands on a remote server when a webhook is received.
This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It supports authentication using passwords, private keys, or private keys with passphrases, and can verify the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks. The action can connect to multiple remote hosts in a single workflow step, optionally executing commands synchronously across all of them. It also supports routing SSH connections through an intermediate jump host to reach target servers in restricted networks. Environmen
Executes shell commands on remote servers over SSH from within a GitHub Actions workflow.