Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run test 582 in a wolfssh build. It fails.
The test should run fine.
git master
The text was updated successfully, but these errors were encountered:
On master I get with this config
LD_LIBRARY_PATH=/usr/local/lib ./configure CC=/usr/lib/ccache/clang CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --enable-debug --disable-shared -without-ssl --with-wolfssl --with-wolfssh
These fails: TESTFAIL: These test cases failed: 165 962 963 964 965 966 967 1013 1448 2046 2047 Executing this specific test gives me
TESTFAIL: These test cases failed: 165 962 963 964 965 966 967 1013 1448 2046 2047
cannot find sshd RUN: failed to start the SSH server test 0582 SKIPPED: failed starting SSH server
which is not a failure
Sorry, something went wrong.
Turns I need an ssh server installed.... Now I can reproduce
wolfSSH has subsequently fixed their end and now provide the necessary APIs to allow us to fix this. It will take a little reading up.
a384e87
It already works fine with the wolfSSH demo server found in wolfSSH/examples/echoserver/echoserver
Running src/curl -k sftp://localhost:22222 -u jill:upthehill works fine
src/curl -k sftp://localhost:22222 -u jill:upthehill
Nevermind, this is not pubkey auth...
bagder
No branches or pull requests
I did this
Run test 582 in a wolfssh build. It fails.
I expected the following
The test should run fine.
curl/libcurl version
git master
The text was updated successfully, but these errors were encountered: