...
For the SFTP client, FileZilla 3.67.0 on MacOS Sonoma was used.
Create SFTP endpoint
First you need to generate a key pair, for ex. by using ssh-keygen, and store them in a secure place. Generate the key by using the RSA algorithm, and the key size of 4096 bits is recommended:
ssh-keygen -t rsa -b 4096
Store both the public and private keys. Both , because both keys will be needed later.
Configure an endpoint in the Onedot App
use the public key
[screenshot]
In
create endpoint
click on the plus icon if no endpoint exists
click on the clone icon if an endpoint already exists
fill in the form
set the the label, Username and Home directory to be the same:
YourOrganisationName-SupplierName
(without white space)set the public key
click on the Create button
...
Open an SFTP client, like FileZilla
...
Configure the connection by using the private key
Create a folder
...
Supplier Name
[screenshot]
Note |
---|
Creating Create a folder is important to keep so the Data View in the Onedot App is more organised. |
Go to the Data View and check the SFTP folder, [
Supplier Name
], created before
...
Share the private key, by using a secure connection, with anyone who should have access to the SFTP endpoint to be able to add or remove data from the SFTP endpoint.