I see that sftp is supported, and that could be handy for me. Everything I connect to uses key rather than password auth. Where is the key stored in this scenario and if a passphrase is required, where is that prompt from?
Tony
September 28, 2017, 10:53pm
2
Hi @amazon12 ,
The short of it is the credentials are kept, encrypted, in our database so that they can be used on all of your clients.
For a much more in-depth explanation of the odrive security model, take a look at this thread:
Hi @tommyent ,
These are valid concerns. The thread you referenced goes into a lot of this with regards to how the connection info is encrypted and how the exact information differs between integrations types. There is also some other info in a different thread. I will post the relevant pieces here, along with some further clarification:
In short, we use AES (CBC) for encrypting the connection information. We are only storing the bare essential information for facilitating access across o…