Step 1: locate your public key
Locate the public key provided to you. The public key will look roughly like this:Public key
Step 2: create a user on the SFTP server
Log in to the SFTP server and complete the steps below.Create the .ssh directory
Switch to the
sftpreader user, create the .ssh directory, and set its permissions.Create the .ssh directory
Create the authorized_keys file
Create the
authorized_keys file and set its permissions.Create authorized_keys
Add the public key
Add the public key from Step 1 to the
authorized_keys file. The key, including the ssh-rsa prefix and comment, should be all on one line in the file, without linebreaks.Add the public key
The SFTP protocol encrypts files in transit. Allow the static IP to connect on your SFTP port (usually
22) at your firewall or network perimeter. Reach out to your account representative for the static IP address to use.Step 3: submit your connection details
Provide the following details to complete the source setup:- The name is a descriptive name of the source.
- The host of your SFTP server.
- The port (most likely
22). - The username from Step 2.