Skip to main content
Version: Release 24.1

Remoting Plugin

The Release Remoting plugin is used to configure Unix and Windows hosts in Release, so that other plugins can execute commands on and transfer files to those hosts.

For example, the Release Ansible, Kubernetes, and Docker Compose plugins all leverage the Remoting plugin.

Features

The Remoting plugin:

  • Supports SSH for connectivity to Unix, Microsoft Windows, and z/OS hosts.
  • Supports CIFS, Telnet, and WinRM for connectivity to Windows hosts.
  • Allow SSH jumpstations and HTTP proxies to be used to access hosts to which a direct network connection is not possible (CIFS, Telnet and WinRM can be tunneled through an SSH jumpstation as well).
  • Implements all connection methods internally in Deploy or Release, so no external dependencies are required (an exception is the WINRM_NATIVE connection type, which uses the Windows winrs command).

Set up a host

To set up a host in Release:

  1. From the navigation pane, under Configuration, click Connections.
  2. Locate Unix Host or Windows Host, and click add button.
  3. In the Title field, enter a name for the host.
  4. In the Address and Port fields, enter the IP address and port of the host.
  5. In the Username and Password fields, enter the server log-in user ID and password.
  6. In the Private Key File and Passphrase fields, enter the private key and passphrase to use for authentication (supported for SSH hosts only).
  7. In the SUDO Username fields, enter the user name to use for SUDO operations.
  8. In the SU Username and SU Password fields, enter the user name and password to use for SU operations.
  9. From the Connection Type list, select the type of connection to create.
  10. Click Save to save the host.