We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c9fb6 commit 16a5f98Copy full SHA for 16a5f98
.github/workflows/interop-mlkem.yml
@@ -98,4 +98,4 @@ jobs:
98
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
99
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
100
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o PermitRootLogin=yes -o KexAlgorithms=mlkem768x25519-sha256
101
- ./examples/client/client -u ${{ env.RUNNER_NAME }} -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"
+ ./examples/client/client -u $(whoami) -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"
0 commit comments