Skip to content

Commit b3ff089

Browse files
committed
2
1 parent 26c8d67 commit b3ff089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ jobs:
103103
mkdir -p /tmp/empty
104104
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o KexAlgorithms=mlkem768x25519-sha256
105105
./examples/client/client -u $(whoami) -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"
106+
ls /etc/ssh
106107
107108
- name: Run connect OpenSSH to wolfSSH test
108109
working-directory: ./wolfssh/
109110
run: |
110-
./examples/echoserver/echoserver -p 22222 -x mlkem768x25519-sha256 -I runner:~/.ssh/authorized_keys &
111-
${{ env.build_dir }}/bin/ssh -p 22222 localhost ls /
111+
./examples/echoserver/echoserver -p 22223 -x mlkem768x25519-sha256 -I runner:~/.ssh/authorized_keys &
112+
${{ env.build_dir }}/bin/ssh -p 22223 localhost ls /

0 commit comments

Comments
 (0)