The steps below detail how to connect your SFTP server through your SFTP client application.
Discover this feature in video
Before logging in to the server, make sure that:
To connect to your SFTP server, follow these steps:
Launch the Control Panel, then select the Key Management tab from the SFTP card.
Launch your SFTP client application, then copy-paste the server address from the Control Panel, followed by “campaign.adobe.com”, then fill in your username.
In the SSH Private Key field, select the private key file stored in your computer. It corresponds to a text file that has the same name as your public key, without the “.pub” extension (e.g., “enable”).
The Password field is automatically filled in with the private key from the file.
You can check that the key you are trying to use is saved in the Control Panel by comparing the fingerprint of the private or public key with the fingerprint of the keys appearing in the SFTP card’s Key Management tab.
If you are using a Mac computer, you can view the fingerprint of the private key stored in your computer by running this command:
ssh-keygen -lf <path of the privatekey>
Once all the information filled in, click Connect to log in to your SFTP server.