機械翻訳について

SFTPのSSHオプション

Secure File Transfer Protocol (SFTP)は、Secure Shellテクノロジ(SSH)に基づいています。 「パブリッシャ」は、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で「パブリッシャ」が実行されている場合にのみ使用できます:

  • 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