File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3838 install : true
3939
4040 build_openssh :
41+ name : Build OpenSSH
4142 runs-on : ubuntu-latest
4243 timeout-minutes : 4
4344 steps :
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]
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 /"
You can’t perform that action at this time.
0 commit comments