Skip to content

Commit 9cb949c

Browse files
committed
5
1 parent ec46a4e commit 9cb949c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ jobs:
107107
- name: Run connect OpenSSH to wolfSSH test
108108
working-directory: ./wolfssh/
109109
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 /
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 /

0 commit comments

Comments
 (0)