We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8a8e commit 1df8ac0Copy full SHA for 1df8ac0
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -91,9 +91,11 @@ jobs:
91
artifact_id: 'openssh-download'
92
93
- name: Put test key in authorized keys file
94
+ working-directory: ./wolfssh/
95
run: |
- touch ~/.ssh/authorized_keys_test
96
- cat ./keys/hansel-*.pub > authorized_keys_test
+ mkdir ~/.ssh
97
+ touch ~/.ssh/authorized_keys
98
+ cat ./keys/hansel-*.pub > authorized_keys
99
chmod 600 ./keys/hansel-key-*.pem
100
sudo systemctl restart sshd
101
sudo service sshd restart
0 commit comments