Opções de SSH para SFTP

O SFTP (Protocolo SFT) é baseado na tecnologia de Secure Shell (SSH). O Publisher suporta as opções de SSH a seguir para entrega de SFTP.

Método de Troca de Chaves (Diffie-Hellman) Chave Pública do Servidor Criptografia (Suítes de Cifragem) MAC (Message Authentication Code)
  • 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 (até 2.048 bits)

  • ssh-dss (1.024 bits)

  • rsa-sha2-256

  • rsa-sha2-512

  • aes128-gcm (aes128-gcm@openssh.com)

  • aes256-gcm (aes256-gcm@openssh.com)

  • aes128-ctr

  • aes192-ctr

  • aes256-ctr

  • aes128-cbc

  • 3des-cbc

  • blowfish-cbc

  • hmac-sha1

  • hmac-sha2-256

  • hmac-sha2-512

Os algoritmos a seguir só estarão disponíveis quando o Publisher estiver sendo executado em uma JVM na qual os arquivos da política de jurisdição de força ilimitada de JCE (Java Cryptography Extension) estejam instalados:

  • 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