We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c47f3 commit ee7e7e1Copy full SHA for ee7e7e1
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -98,10 +98,15 @@ jobs:
98
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
+ echo "Subsystem sftp /usr/lib/openssh/sftp-server" >> sshd-config-test.txt
102
chmod 600 ./keys/hansel-key-*.pem
103
+ chmod 600 ./keys/hansel-key-*.pub
104
+ chmod 700 ~/.ssh
105
sudo mkdir -p /run/sshd
106
sudo chmod 755 /run/sshd
107
sudo /usr/sbin/sshd -p 22222 -h $PWD/keys/server-key.pem -f sshd-config-test.txt
108
+ cat sshd-config-test.txt
109
+ ps -e | grep sshd
110
111
- name: Run SFTP client benchmark
112
working-directory: ./wolfssh/
0 commit comments