Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting

Description

Cipher Mode

Algorithms for the Block Cipher Modes supported by the SFTP agent. This allows the agent to determine which algorithm for the block cipher to be used when communicating with the SFTP servers.

  • 3des-cbc

  • 3des-ctr

  • blowfish-cbc

  • aes128-cbc

  • aes192-cbc

  • aes256-cbc

  • aes128-ctr

  • aes192-ctr

  • aes256-ctr

  • arcfour

  • arcfour128

  • arcfour256

HMac Type

Methods of encryption for Key Exchange. This allows the agent to determine the method of encryption to be used when the keys are exchanged between the SFTP servers and the SFTP agent.

Note

Note!

All Sha-1 encryption (eg, such as hmac-sha1, hmac-sha1-96 , and etc) are consider considered weak in term terms of security . And and it may be deprecated in future hence it is not advisable the future. We do not recommend you use this encryption type but we advise caution if you choose to use it.

  • hmac-sha1

  • hmac-sha1-96

  • hmac-sha1-etm@openssh.com

  • hmac-md5

  • hmac-md5-96

  • hmac-md5-etm@openssh.com

  • hmac-sha2-256

  • hmac-sha2-256-96

  • hmac-sha2-256-etm@openssh.com

  • hmac-sha2-512

  • hmac-sha2-512-96

  • hmac-sha2-512-etm@openssh.com

  • hmac-ripemd160

  • hmac-ripemd160-etm@openssh.com

...