Skip to main content

SSH Authentication Configuration

The following instructions show how to generate an SSH key pair and use it as an authentication method when you connect to SFTP.

Generating an SSH Key Pair via OpenSSH

  1. Select the Windows key and type cmd. Select Enter to open the Command Prompt.

  2. In the command prompt, run this command: ssh-keygen.

  3. You can use the default name for the keys or you can choose more descriptive names to help you distinguish between keys if you are using multiple key pairs. To stick to the default option, press Enter.

  4. When prompted, enter a passphrase or select Enter to skip this step. Repeat the process when prompted to re-enter the passphrase.

  5. The system generates the key pair and displays the key fingerprint and a randomart image.

  6. Note the path to the key-file, optionally the passphrase.

Using the Key-pair with Download Tool to Connect to SFTP

  1. Drop the Download tool on the canvas.

  2. Create a new connection.

  3. Create a new set of credentials and select SSH key-file authentication from the list of available authentication methods.

  4. Specify a network path to the key file and (optionally) its password.

  5. Save the connection and read the data.

Important

If you need to run the workflow featuring this connection on Server, make sure Server has access to key-file on the same network path.