Skip to content

Commit c503e27

Browse files
committed
3
1 parent b6855e1 commit c503e27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/interop-mlkem.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
install: true
3939

4040
build_openssh:
41+
name: Build OpenSSH
4142
runs-on: ubuntu-latest
4243
timeout-minutes: 4
4344
steps:
@@ -61,7 +62,7 @@ jobs:
6162
install: true
6263

6364
build_wolfssh:
64-
name: Build wolfSSH
65+
name: Build and test wolfSSH
6566
runs-on: ubuntu-latest
6667
timeout-minutes: 4
6768
needs: [build_wolfssl, build_openssh]
@@ -96,5 +97,5 @@ jobs:
9697
mkdir -p /tmp/empty
9798
${{ env.build_dir }}/bin/ssh-keygen -f ~/.ssh/id_ed25519 -N "" -t ed25519
9899
cp ~/.ssh/id_ed25519.pub ~/.ssh/authorized_keys
99-
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o KexAlgorithms=mlkem768x25519-sha256
100+
${{ env.build_dir }}/sbin/sshd -p 22222 -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -o PermitRootLogin=yes -o KexAlgorithms=mlkem768x25519-sha256
100101
./examples/client/client -u root -i ~/.ssh/id_ed25519 -j ~/.ssh/id_ed25519.pub -c "ls /"

0 commit comments

Comments
 (0)