You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP SSH Lib is a library that provides a high-level API for managing SSH connections and performing remote operations securely and efficiently. It supports multiple authentication methods and exposes a unified interface for executing commands, managing files, and creating SSH-based resources.
Remote Executor is a Spring Boot REST API that asynchronously provisions a temporary AWS EC2 instance, runs a shell command over SSH, stores execution state in memory, and terminates the instance after completion. It provides simple endpoints to submit executions and retrieve status/results.