SFTPのSSHオプション

セキュア・ファイル転送プロトコル(SFTP)はセキュア・シェル(SSH)技術に基づいています。Publisherでは、SFTP配信用に次のSSHオプションをサポートしています。

キー交換方法(Diffie-Hellman) サーバー公開キー 暗号化(暗号スイート) メッセージ認証コード(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 (最大2048ビット)

  • ssh-dss (1024ビット)

  • 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

次のアルゴリズムを使用できるのは、Java Cryptography Extension (JCE)の無制限強度の管轄ポリシー・ファイルがインストールされているJVMでPublisherが実行されている場合のみです:

  • 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