File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 /
You can’t perform that action at this time.
0 commit comments