Last updated on
18 May 2021
Find answers to frequently asked questions about SFTP or any secure way of getting content into the Scene7 system.
Unfortunately, it is not possible to set up the shared secret method since it is a server-wide setting. It would impact all Adobe Scene7 customers.
SCP is enabled by default. Any client can connect via SCP to the server. They are prompted to enter their password.
However, if it's necessary to upload via SCP without entering a password, then do the following:
- Have the client generate an SSH key in RFC 4716 format. For example,
root@localhost:$ ssh-keygen -e -f id_rsa.pub > company_name.pub
root@localhost:$ cat company_name.pub
---- BEGIN SSH2 PUBLIC KEY ----
Comment: "1023-bit RSA, converted by usera@localhost.localdomain from "
AAAAB3NzaC1yc2EAAAABJQAAAIB47lSr1sFVkvOVPEyi69FOob8OX1+oDfDK+/ftc6e9vB
GvWKeC5UBjStU4RHtQP1kmnsgXf+cPYYcy5Vkg4WVSOAtEJeKTxOvL5m/BoOyzKglpDGJw
QpzImSDn6GXXpRmfCoH0OZ1OuepXzNSxnxIp7upCU4ONn/x+jrP1NKeJ+w==
---- END SSH2 PUBLIC KEY ---- - Send the company_name.pub file to Tech Support to configure it.
This method works for SFTP as well.
Adobe's FTP servers, s7ftp[X].scene7.com, currently accept SFTP connections, as well as FTP.