Skip to content

Commit 16a5f98

Browse files
committed
6
1 parent 47c9fb6 commit 16a5f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
9999
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
100100
${{ 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 /"
101+
./examples/client/client -u $(whoami) -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"

0 commit comments

Comments
 (0)