SFTP için SSH Seçenekleri

Güvenli Dosya Transferi Protokolü (SFTP) Secure Shell teknolojisini (SSH) temel alır. Yayımcı, SFTP teslimatı için aşağıdaki SSH seçeneklerini destekler.

Anahtar Değişiklik Yöntemi (Diffie-Hellman) Sunucu Genel Anahtarı Şifreleme (Şifre Setleri) Mesaj Doğrulama Kodu (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 (en fazla 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

Şu algoritmalar sadece Yayımcı Java Şifreleme Uzantısı (JCE) sınırsız güç yetki bölgesi ilkesi dosyalarının yüklü olduğu bir JVM'de çalıştığında kullanılabilir:

  • 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