Skip to content

Commit 2090345

Browse files
committed
3
1 parent b3ff089 commit 2090345

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ 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
107106
108107
- name: Run connect OpenSSH to wolfSSH test
109108
working-directory: ./wolfssh/
110109
run: |
111110
./examples/echoserver/echoserver -p 22223 -x mlkem768x25519-sha256 -I runner:~/.ssh/authorized_keys &
112-
${{ env.build_dir }}/bin/ssh -p 22223 localhost ls /
111+
${{ env.build_dir }}/bin/ssh -o StrictHostKeyChecking=no -p 22223 localhost ls /

0 commit comments

Comments
 (0)