A Runner module interface on top of the salt-ssh Python API.
This allows for programmatic use from salt-api, the Reactor, Orchestrate, etc.
salt.runners.ssh.
cmd
(tgt, fun, arg=(), timeout=None, expr_form='glob', kwarg=None)¶Execute a single command via the salt-ssh subsystem and return all routines at once
2015.5.0 新版功能.
A wrapper around the SSHClient.cmd
method.