Skip to content

Commit cb9c529

Browse files
use absolute path for authorized keys
1 parent 7b9f754 commit cb9c529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sftp-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mkdir ~/.ssh
9898
touch ~/.ssh/authorized_keys
9999
touch authorized_keys_test
100-
echo "AuthorizedKeysFile wolfssh/keys/hansel-key-ecc.pub" >> sshd-config-test.txt
100+
echo "AuthorizedKeysFile $PWD/keys/hansel-key-ecc.pub" >> sshd-config-test.txt
101101
echo "PubkeyAuthentication yes" >> sshd-config-test.txt
102102
echo "Subsystem sftp internal-sftp" >> sshd-config-test.txt
103103
sed -i.bak "s/hansel/$USER/" ./keys/hansel-key-ecc.pub

0 commit comments

Comments
 (0)