Skip to content

WIP: erp5_web_service: add disabled_public_key_algorithm property.

Kazuhiko Shiozaki requested to merge support_legacy_sftp_server into master

You can specify ['rsa-sha2-256', 'rsa-sha2-512'] in this property to support old SFTP servers. We can introduce more algorithm types, like ciphers, keys, macs etc. in the same way if needed.

/cc @vpelletier @jerome

Merge request reports