What problem does it solve?
This Skill streamlines SSH operations by providing a robust set of shell wrappers, abstracting away complex command-line arguments and ensuring consistent, secure remote execution.
Core Features & Use Cases
- Ad-hoc SSH Operations: Execute commands, manage sessions, and transfer files securely.
- Guarded PTY Workflows: Safely interact with remote shells when necessary, with built-in timeouts and output capping.
- Credential Management: Securely save, list, and delete SSH credentials.
- Use Case: You need to deploy a new version of your application to a remote server. Use this Skill to open an SSH session, execute the deployment script, and then close the session, all while ensuring proper error handling and logging.
Quick Start
Use the ssh-ops skill to execute the command 'ls -l' on the remote host 'example.com' as user 'admin'.