Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Transport Layer

Transport Layer

When the SFTP Client (the trading partner) first connects to
Managed File Transfer
(the Server), the encryption algorithm will be negotiated, along with various other connection parameters. Once the encryption algorithm is determined, then the following steps are performed:
  1. The Server will send its public key to the Client.
  2. The Client will generate a random session key and will encrypt it with the Server’s public key.
  3. The Client will then send the encrypted session key to the SFTP server.
  4. The Server will decrypt the session key with the Server’s private key. From then on, all data will be encrypted with that session key.

0 COMMENTS

We’d like to hear from you!