You can write data in our SFTP server using SSH Key pair as authentication.
You authenticate using your private key on your machine and we use your
public key to verify the sender. When you generate an SSH key, you can add
a passphrase to further secure the key. If so, you must enter the passphrase
each time you use the key. If you don’t already have an SSH key, you must
generate a new SSH key to use for authentication.You can generate a new SSH key on your machine. After you generate the key,
keep the public part of the key to provide it to Qobra later on. Key type
allowed are rsa, ed25519, sha2 and ecdsa.
Open Terminal.
Paste the text below, replacing the email used in the example with your
qobra user email address.
Create the SSH key that will authenticate you when you send Qobra files via
SFTP. Keep the public part of the key to provide it to Qobra later on.
Be careful, Qobra only lets you use a single SSH key for all synchronized
files with SFTP. Make sure that every data source that will push to our
SFTP server use the same key.
Fill in the integration modal with your SSH public key.
Push your csv files via SFTP, with the SSH key you created in step 1.