ตัวเลือก SSH สำหรับ SFTP

Secure File Transfer Protocol (SFTP) อ้างอิงการทำงานตามเทคโนโลยีของ Secure Shell (SSH) Publisher รองรับตัวเลือก SSH ต่อไปนี้สำหรับการส่งข้อมูลทาง SFTP

วิธีการแลกเปลี่ยนคีย์ (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

อัลกอริทึมต่อไปนี้จะใช้ได้ก็ต่อเมื่อ Publisher กำลังรันอยู่บน JVM ซึ่งมีการติดตั้งไฟล์ข้อกำหนดขอบเขตความปลอดภัยที่เข้มงวดแบบไม่จำกัดของ Java Cryptography Extension (JCE) เท่านั้น:

  • 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