remi31000
remi31000
You can set this variable to enforcing post-quantum key exchange : ``` sshd__kex_algorithms_map: '10.0': [ 'mlkem768x25519-sha256', 'sntrup761x25519-sha512', '[email protected]' ] '9.0': [ 'sntrup761x25519-sha512', '[email protected]' ] # Source: https://wiki.mozilla.org/Security/Guidelines/OpenSSH '6.5': [ '[email protected]',...
As a workaround, use Deb822 format and "signed_by". For example : apt__group_repositories: - name: 'deb-mariadb-org' filename: 'deb_mariadb_org.sources' uris: 'http://deb.mariadb.org/11.8/debian' suites: '{{ ansible_distribution_release }}' components: - 'main' signed_by: 'https://supplychain.mariadb.com/mariadb-keyring-2019.gpg'