SSH-Optionen für SFTP

Secure File Transfer Protocol (SFTP) basiert auf der Secure Shell-Technologie (SSH). Publisher unterstützt die folgenden SSH-Optionen für die SFTP-Übermittlung.

Schlüsselaustauschmethode (Diffie-Hellman) Server-Public-Key Verschlüsselung (Cipher Suites) Nachrichtenauthentifizierungscode (MAC)
  • diffie-hellman-group14-sha1

  • diffie-hellman-group-exchange-sha256

  • diffie-hellman-group-exchange-sha1

  • diffie-hellman-group1-sha1

  • diffie-hellman-group14-sha256

  • diffie-hellman-group16-sha512

  • diffie-hellman-group18-sha512

  • ssh-rsa (bis zu 2048 Bit)

  • ssh-dss (1024 Bit)

  • rsa-sha2-256

  • rsa-sha2-512

  • aes128-ctr

  • aes192-ctr

  • aes256-ctr

  • aes128-cbc

  • 3des-cbc

  • blowfish-cbc

  • hmac-sha1

  • hmac-sha2-256

  • hmac-sha2-512

Die folgenden Algorithmen sind nur verfügbar, wenn Publisher auf einer JVM ausgeführt wird, auf der Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy-Dateien installiert sind:

  • diffie-hellman-group-exchange-sha256
  • diffie-hellman-group14-sha256
  • diffie-hellman-group16-sha512
  • diffie-hellman-group18-sha512
  • rsa-sha2-256
  • rsa-sha2-512
  • aes192-ctr
  • aes256-ctr
  • hmac-sha2-256
  • hmac-sha2-512