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 9cb949c commit 3333262Copy full SHA for 3333262
1 file changed
.github/workflows/interop-mlkem.yml
@@ -108,4 +108,4 @@ jobs:
108
working-directory: ./wolfssh/
109
run: |
110
./examples/echoserver/echoserver -p 22223 -x mlkem768x25519-sha256 -I runner:~/.ssh/id_ed25519.pub &
111
- ${{ env.build_dir }}/bin/ssh -o StrictHostKeyChecking=no -p 22223 $(whoami)@localhost ls /
+ ${{ env.build_dir }}/bin/ssh -o StrictHostKeyChecking=no -p 22223 runner@localhost "ls /"
0 commit comments