From 2457fa2570f277c424b2d60351d5f1ed2f29beaf Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Wed, 7 Sep 2022 13:31:17 -0400 Subject: [PATCH] Correction to kex name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aa8378..a45d6d9 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ The following is sufficient for build and execution: $ cd openssh-OQS-OpenSSH-snapshot-2021-08/ $ ./configure --with-liboqs-dir=/usr/local $ make all - $ ./ssh -o"KexAlgorithms +ecdh-sha2-nistp256-kyber-512-sha256" \ + $ ./ssh -o"KexAlgorithms +ecdh-nistp256-kyber-512-sha256" \ -o"PubkeyAcceptedAlgorithms +ssh-rsa" \ -o"HostkeyAlgorithms +ssh-rsa" \ jill@localhost -p 22222