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.1
Create the group
Create the
sftpreader group.Create the group
2
Create the user
Create the
sftpreader user.Create the user
3
Create the .ssh directory
Switch to the
sftpreader user, create the .ssh directory, and set its permissions.Create the .ssh directory
4
Create the authorized_keys file
Create the
authorized_keys file and set its permissions.Create authorized_keys
5
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
6
Grant read access to your data
Ensure the
sftpreader user has read access to the directory that contains the files you want to sync.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.