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

다음 알고리즘은 JCE(Java Cryptography Extension) 무제한 강도 관할 정책 파일이 설치된 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