Aptible PaaS logoDocs

SFTP

Provisioning an SFTP Database

SFTP Databases cannot be provisioned via the Dashboard. STFP Databases can be provisioned in the following ways:

Usage

The service is designed to run with an initial, password-protected admin user. Additional users can be provisioned anytime by calling add-sftp-user with a username and SSH public key.

For example:

ssh -p <docker-port> aptible@<docker-host>
sudo add-sftp-user regular-user <ssh-pubkey>