forked from wolfSSL/wolfssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d477c52
commit 1106664
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,7 @@ jobs: | |
- name: Can sftp connect? | ||
working-directory: ./wolfssh/ | ||
run: | | ||
echo exit | sftp -vvv -P 22222 -i ./keys/hansel-key-ecc.pem [email protected] | ||
echo exit | sftp -vvv -P 22222 -o "StrictHostKeyChecking no" -i ./keys/hansel-key-ecc.pem [email protected] | ||
- name: Run SFTP client benchmark | ||
working-directory: ./wolfssh/ | ||
|
@@ -123,7 +123,7 @@ jobs: | |
- name: Print logs if failed | ||
working-directory: ./wolfssh/ | ||
if: failure() | ||
run: cat sshd-log.txt | ||
run: sudo cat sshd-log.txt | ||
|
||
- name: Store Upload Speed PNG | ||
uses: actions/upload-artifact@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters