Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively, you or your application vendors may use Zilla’s SFTP server at sftp.zillasecurity.com. Please work with Zilla support at support@zillasecurity.com to request user provisioning. You or your application vendor will need to generate an ssh key pair and will need to provide the public key to Zilla support (Zilla provided SFTP does not support password authentication). Depending on your requirements, ZIlla may provision a user per Zilla app instance, or a user that is global for your tenant. When using a global user, you must upload files to a root folder starting with the app id (see screenshot for determining the app id).

Username in screenshot below “tenant” will usually be your primary domain name. Please confirm with Zilla Support Provisioning. (I.e. domain.com@ftp.zillasecurity.com)

Code Block
languagebash
# global sftp user example
sftp tenant@sftp.zillasecurity.com
PUT permissions.csv 620009c21a05d00f399bb148/permissions.csv

# app specific user example
sftp tenant-app1@sftp.zillasecurity.com
PUT permissions.csv 

Once the SFTP server is established, enter the configuration into the Zilla app instance by clicking on the gear icon.

...