proc_exec
Execute remote commands over SSH. Provide session ID and command string to run on the target system.
Instructions
Executes a command on the remote system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| command | Yes | Command to execute | |
| cwd | No | Working directory | |
| env | No | Environment variables |