We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853abc8 commit 47c9fb6Copy full SHA for 47c9fb6
.github/workflows/interop-mlkem.yml
@@ -94,9 +94,8 @@ jobs:
94
- name: Run connect test
95
working-directory: ./wolfssh/
96
run: |
97
- whoami
98
mkdir -p /tmp/empty
99
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
100
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
101
${{ 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 /"
+ ./examples/client/client -u ${{ env.RUNNER_NAME }} -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"
0 commit comments