We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eee8d0 commit b6855e1Copy full SHA for b6855e1
.github/workflows/interop-mlkem.yml
@@ -56,7 +56,7 @@ jobs:
56
repository: openssh/openssh-portable
57
ref: ${{ env.openssh }}
58
path: openssh
59
- configure:
+ configure: --with-privsep-path=/tmp/empty
60
check: false
61
install: true
62
@@ -93,8 +93,7 @@ jobs:
93
- name: Run connect test
94
working-directory: ./wolfssh/
95
run: |
96
- whoami
97
- sudo mkdir -p /var/empty
+ mkdir -p /tmp/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