We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e434afc commit 18c47f3Copy full SHA for 18c47f3
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -95,11 +95,13 @@ jobs:
95
run: |
96
mkdir ~/.ssh
97
touch ~/.ssh/authorized_keys
98
- cat ./keys/hansel-*.pub > authorized_keys
+ touch authorized_keys_test
99
+ echo "AuthorizedKeysFile wolfssh/keys/hansel-key-ecc.pub" >> sshd-config-test.txt
100
+ echo "PubkeyAuthentication yes" >> sshd-config-test.txt
101
chmod 600 ./keys/hansel-key-*.pem
102
sudo mkdir -p /run/sshd
103
sudo chmod 755 /run/sshd
- sudo /usr/sbin/sshd -p 22222 -h $PWD/keys/server-key.pem
104
+ sudo /usr/sbin/sshd -p 22222 -h $PWD/keys/server-key.pem -f sshd-config-test.txt
105
106
- name: Run SFTP client benchmark
107
working-directory: ./wolfssh/
0 commit comments