Skip to main content

SSH connector for netunicorn

Project description

netunicorn-connector-ssh

This is an SSH connector for netunicorn platform.

This connector allows you to specify a list of hosts and use them as a target for deployments. Access to the hosts is done via SSH and requires passwordless SSH certificate to be configured and preinstalled.

How to use

This connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.

Install the package:

pip install netunicorn-connector-ssh

Then, add the connector to the netunicorn-director-infrastructure configuration:

  ssh-connector-1:  # unique name
    enabled: true
    module: "netunicorn.director.infrastructure.connectors.ssh_connector"  # where to import from
    class: "SSHConnector"  # class name
    config: "configuration-example.yaml"     # path to configuration file

Then, modify the configuration file to provide needed parameters (see example), such as list of hosts, SSH certificate location, etc.

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

netunicorn-connector-ssh-0.0.2.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

netunicorn_connector_ssh-0.0.2-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

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