We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ff089 commit 2090345Copy full SHA for 2090345
.github/workflows/interop-mlkem.yml
@@ -103,10 +103,9 @@ jobs:
103
mkdir -p /tmp/empty
104
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o KexAlgorithms=mlkem768x25519-sha256
105
./examples/client/client -u $(whoami) -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"
106
- ls /etc/ssh
107
108
- name: Run connect OpenSSH to wolfSSH test
109
working-directory: ./wolfssh/
110
run: |
111
./examples/echoserver/echoserver -p 22223 -x mlkem768x25519-sha256 -I runner:~/.ssh/authorized_keys &
112
- ${{ env.build_dir }}/bin/ssh -p 22223 localhost ls /
+ ${{ env.build_dir }}/bin/ssh -o StrictHostKeyChecking=no -p 22223 localhost ls /
0 commit comments