Skip to content

Commit 09fa4b7

Browse files
remove debug connection attempts
1 parent cb9c529 commit 09fa4b7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/sftp-benchmark.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ jobs:
110110
cat sshd-config-test.txt
111111
ps -e | grep sshd
112112
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-
working-directory: ./wolfssh/
120-
run: |
121-
echo exit | sftp -vvv -P 22222 -o "StrictHostKeyChecking no" -i $PWD/keys/hansel-key-ecc.pem $USER@127.0.0.1
122-
123113
- name: Run SFTP client benchmark
124114
working-directory: ./wolfssh/
125115
timeout-minutes: 5

0 commit comments

Comments
 (0)