We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d712da commit 4eee8d0Copy full SHA for 4eee8d0
.github/workflows/interop-mlkem.yml
@@ -93,7 +93,8 @@ jobs:
93
- name: Run connect test
94
working-directory: ./wolfssh/
95
run: |
96
- mkdir -p /var/empty
+ whoami
97
+ sudo mkdir -p /var/empty
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 KexAlgorithms=mlkem768x25519-sha256
0 commit comments