We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9f754 commit cb9c529Copy full SHA for cb9c529
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -97,7 +97,7 @@ jobs:
97
mkdir ~/.ssh
98
touch ~/.ssh/authorized_keys
99
touch authorized_keys_test
100
- echo "AuthorizedKeysFile wolfssh/keys/hansel-key-ecc.pub" >> sshd-config-test.txt
+ echo "AuthorizedKeysFile $PWD/keys/hansel-key-ecc.pub" >> sshd-config-test.txt
101
echo "PubkeyAuthentication yes" >> sshd-config-test.txt
102
echo "Subsystem sftp internal-sftp" >> sshd-config-test.txt
103
sed -i.bak "s/hansel/$USER/" ./keys/hansel-key-ecc.pub
0 commit comments