Previous Topic: How to Define Remote Host Name Patterns Using Regular ExpressionsNext Topic: Create the Destination Directory and File for the Public Key


Create SSH Credentials on Hosts in a Host Group

A host group configuration specifies the SSH credentials as follows.

Log on to each host that the host group references. Create a user account with these SSH credentials. This SSH user account must have sufficient permissions for the following tasks:

The agent uses the user name of the SSH user account to connect to the SSH Daemon on the target remote host. The target host can be any host that matches the Remote Host Name Patterns or the Remote IP Address Patterns in the host group configuration.

The agent host of the host group initiates a connection to the remote host as follows:

  1. Logs in to the remote host with the specified credentials.
  2. Creates a temporary directory named c2otmp.

    This directory is created in the /home directory of the SSH user if the target host is a UNIX computer. For example:

    /home/<user_name>/c20tmp
    

More information:

Host Group Implementation Process