Correction to kex name.

pull/456/head
Anthony Hu 2022-09-07 13:31:17 -04:00
parent 28d12a82d5
commit 2457fa2570
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ The following is sufficient for build and execution:
$ cd openssh-OQS-OpenSSH-snapshot-2021-08/ $ cd openssh-OQS-OpenSSH-snapshot-2021-08/
$ ./configure --with-liboqs-dir=/usr/local $ ./configure --with-liboqs-dir=/usr/local
$ make all $ make all
$ ./ssh -o"KexAlgorithms +ecdh-sha2-nistp256-kyber-512-sha256" \ $ ./ssh -o"KexAlgorithms +ecdh-nistp256-kyber-512-sha256" \
-o"PubkeyAcceptedAlgorithms +ssh-rsa" \ -o"PubkeyAcceptedAlgorithms +ssh-rsa" \
-o"HostkeyAlgorithms +ssh-rsa" \ -o"HostkeyAlgorithms +ssh-rsa" \
jill@localhost -p 22222 jill@localhost -p 22222