Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text
Info
titleArtikel Kurzen

Contents repeat

Sections overlap

Introduction

This article builds on the Simple File Transfer with Basic Authentication article, concentrating on the configuration aspects introduced with use of SSH authentication.

...

Features of SSH Authenticated File Transfer

Advantages

SSH authentication is implemented with the SFTP protocol and together provides a significantly higher level of security than basic - i.e. password - authentication using the FTP protocol.

Authentication Features

The main features of SSH authenticated file transfer in JADE are:

  • SSH authentication can be carried out with an account name and either password or public/private key verification.
  • As mentioned above, SSH authentication requires that SFTP protocol is used. 
  • SSH authentication is required when a jump host transfer is carried out.

...

The configuration of a file transfer with SSH authentication follows the steps already described described in the Simple File Transfer with Basic Authentication article.

In the download example with SSH authentication mentioned in the introduction there are There are, however, two differences to the Simple File Transfer with Basic Authentication example:

  • the use of SSH Authentication instead of BasicAuthentication Basic

     

     

    Authentication
  •  SFTP protocol is used instead of FTP as FTP cannot support SSH authentication

...