We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec46a4e commit 9cb949cCopy full SHA for 9cb949c
.github/workflows/interop-mlkem.yml
@@ -107,5 +107,5 @@ jobs:
107
- name: Run connect OpenSSH to wolfSSH test
108
working-directory: ./wolfssh/
109
run: |
110
- ./examples/echoserver/echoserver -p 22223 -x mlkem768x25519-sha256 -I runner:~/.ssh/authorized_keys &
111
- ${{ env.build_dir }}/bin/ssh -o StrictHostKeyChecking=no -p 22223 localhost ls /
+ ./examples/echoserver/echoserver -p 22223 -x mlkem768x25519-sha256 -I runner:~/.ssh/id_ed25519.pub &
+ ${{ env.build_dir }}/bin/ssh -o StrictHostKeyChecking=no -p 22223 $(whoami)@localhost ls /
0 commit comments