Skip to main content

SSH executor extension for Sloth CI

Project description

SSH executor for Sloth CI app extension that replaces the default executor and runs actions on a remote host (or multiple hosts) via SSH.

Extension params:

# Use the sloth_ci.ext.ssh_exec module.
module: ssh_exec

# Hosts, comma-delimited. Optional port number can be provided after ':' (if not specified, 22 is used).
hosts:
    - ssh.example.com
    - myserver.com:23

# Username to use for authentication.
username: admin

# Password to use for authentication or to unlock a private key.
# password: foobar

# Additional private key files. If not specified, only the keys from the default location are loaded (i.e. ~/.ssh).
# keys:
#   - ~/my_ssh_keys/key_rsa
#   - somekey

Username, password, and keys params are optional.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sloth-ci.ext.ssh_exec-1.0.9.zip (4.9 kB view hashes)

Uploaded Source

Built Distributions

sloth_ci.ext.ssh_exec-1.0.9-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

sloth-ci.ext.ssh_exec-1.0.9.win-amd64.exe (89.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page