Skip to content

Commit b6855e1

Browse files
committed
testing 2
1 parent 4eee8d0 commit b6855e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
repository: openssh/openssh-portable
5757
ref: ${{ env.openssh }}
5858
path: openssh
59-
configure:
59+
configure: --with-privsep-path=/tmp/empty
6060
check: false
6161
install: true
6262

@@ -93,8 +93,7 @@ jobs:
9393
- name: Run connect test
9494
working-directory: ./wolfssh/
9595
run: |
96-
whoami
97-
sudo mkdir -p /var/empty
96+
mkdir -p /tmp/empty
9897
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
9998
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
10099
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o KexAlgorithms=mlkem768x25519-sha256

0 commit comments

Comments
 (0)