You can generate a key pair by running a workflow in the Automation Orchestrator Client. Alternatively, you can use a key pair that you generate in third-party tools. You can use the key pair to connect to an SSH host without a password.
A key pair consists of a public key and a private key. Automation Orchestrator can use the private key to connect to the public key on an SSH host.
Generate a Key Pair in Automation Orchestrator
You can run a workflow from the Automation Orchestrator Client to generate a key pair.
Prerequisites
Verify that the user account you are logged in with has the necessary permissions to run SSH workflows.
Procedure
Use an Externally Generated Key Pair
You can generate public or private key pairs using external tools such as OpenSSH or OpenSSL.
When generating RSA, DSA, and ECDSA private keys, the key must be in the PEM format.