We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971cef2 commit e8195cbCopy full SHA for e8195cb
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -97,12 +97,12 @@ jobs:
97
touch ~/.ssh/authorized_keys
98
cat ./keys/hansel-*.pub > authorized_keys
99
chmod 600 ./keys/hansel-key-*.pem
100
- sudo systemctl restart sshd || sudo service sshd restart
+ sudo /usr/sbin/sshd -p 22222 -h $PWD/keys/server-key.pem
101
102
- name: Run SFTP client benchmark
103
working-directory: ./wolfssh/
104
run: |
105
- ./scripts/get-sftp-benchmark.sh
+ ./scripts/get-sftp-benchmark.sh 22222
106
107
- name: Store Upload Speed PNG
108
uses: actions/upload-artifact@v4
0 commit comments