...
Fill out the attributes in the form.
If you are using Zilla’s sFTP Server, then the values should be the following:
Host: sftp.zillasecurity.com
Port: 22
Username: your zilla tenant’s domain. See step 5 in the requirements section for more information
File Path: This is the name of the CSV file you are generating. Example would be
directory.csv
Password: The Private Key value generated. See step 5 in the requirements section for more information
If you are using your own sFTP Server, then you will need to setup SSH Key-based authentication (see this guide for more info on how to do this) and add the public key you generated to your authorized_keys directory. You will also need to create a service account for zilla to use. Once this is done, the values in Zilla will be:
Host: the hostname of your sFTP server
Port: 22
Username: the username of the service account you created.
File Path: This is the path corresponding to where the CSV file is stored. For example if you stored the file directory.csv in /sftp/zilla on your sFTP server, then the value here would be
sftp/zilla/directory.csv
Password: The Private Key value generated. See step 5 in the requirements section for more information
Select Sync Now to kickoff the automated syncs.
...