dml_util.runners.remote#
Remote execution runners.
This module provides runners for executing tasks in remote environments, such as SSH. These runners can execute commands on remote machines with specific configurations.
Classes
|
Runs a command over SSH. |
- class dml_util.runners.remote.SshRunner(config, input)[source]#
Bases:
RunnerBase
Runs a command over SSH.
- Parameters:
config (EnvConfig)
input (InputConfig)