Skip to content

Commit 47c9fb6

Browse files
committed
5
1 parent 853abc8 commit 47c9fb6

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
@@ -94,9 +94,8 @@ jobs:
9494
- name: Run connect test
9595
working-directory: ./wolfssh/
9696
run: |
97-
whoami
9897
mkdir -p /tmp/empty
9998
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
10099
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
101100
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o PermitRootLogin=yes -o KexAlgorithms=mlkem768x25519-sha256
102-
./examples/client/client -u root -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"
101+
./examples/client/client -u ${{ env.RUNNER_NAME }} -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"

0 commit comments

Comments
 (0)