A transport module for controlio.
Executes shell commands used in checks via SSH.
To change SSH settings, add an ssh
object to either a host or check. check settings override host settings.
-
ssh.hostname
: The server's hostname. If not defined, hostname is read from the general host configuration -
ssh.username
: The SSH username -
ssh.port
: The SSH port, defaults to22
-
ssh.keyfile
: Path to an SSH keyfile to use