Skip to main content

Module remote

Module remote 

Source
Expand description

Cross-machine coordination for remote workflow execution.

Supports SSH-based direct execution and mur.run relay-based tunneled execution across machines.

Modules§

inventory
Machine inventory for tracking available remote machines and their capabilities.
relay
mur.run relay-based remote execution via WebSocket tunnel.
ssh
SSH-based remote execution.

Structs§

RemoteOutput
Result of a remote command execution.

Traits§

RemoteExecutor
Trait for remote execution backends.