On Thu, Feb 10, 2022 at 03:18:23PM +1100, Damien Miller wrote: > * ssh(1), sshd(8): add the sntrup761x25519-sha512@xxxxxxxxxxx hybrid > ECDH/x25519 + Streamlined NTRU Prime post-quantum KEX to the > default KEXAlgorithms list (after the ECDH methods but before the > prime-group DH ones). Very happy to see this, thank you! Been using the sntrup* KEMs since 2019. I tried four machines. First 3 look good, last might need attention. 1. Debian 10 x86_64 gcc 8.3.0 ./configure --without-openssl make (builds successfully) make clean && ./configure && make && make tests [...] all tests passed 2. Amazon Linux AMI x86_64 gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ./configure && make tests [...] all tests passed 3. Ubuntu 18.04.6 LTS x86_64 gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ./configure && make tests [...] all tests passed 4. Alpine Linux 3.15.0 x86_64 gcc version 10.3.1 20211027 (Alpine 10.3.1_git20211027) ./configure --without-openssl make (builds successfully) make clean && ./configure make (builds successfully) make tests [...] all file-tests passed [...] make[1]: Entering directory '/home/codetest/openssh/regress' run test connect.sh ... ssh direct connect failed ssh proxycommand connect failed failed simple connect make[1]: *** [Makefile:221: t-exec] Error 1 make[1]: Leaving directory '/home/codetest/openssh/regress' make: *** [Makefile:727: t-exec] Error 2 Nicolai _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev