We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9c529 commit 09fa4b7Copy full SHA for 09fa4b7
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -110,16 +110,6 @@ jobs:
110
cat sshd-config-test.txt
111
ps -e | grep sshd
112
113
- - name: Can ssh connect?
114
- working-directory: ./wolfssh/
115
- run: |
116
- echo exit | ssh -vvv -p 22222 -o "StrictHostKeyChecking no" -i $PWD/keys/hansel-key-ecc.pem $USER@127.0.0.1
117
-
118
- - name: Can sftp connect?
119
120
121
- echo exit | sftp -vvv -P 22222 -o "StrictHostKeyChecking no" -i $PWD/keys/hansel-key-ecc.pem $USER@127.0.0.1
122
123
- name: Run SFTP client benchmark
124
working-directory: ./wolfssh/
125
timeout-minutes: 5
0 commit comments