We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When authentication fails as provided identity file doesn't exists, bbcp shows error message
bbcp: Accept timed out on port 5031 bbcp: Unable to allocate more than 0 of 4 data streams.
which has no clue about the actual error.
using -D shows the underlying issue
-D
Warning: Identity file netbot-nrm-mvp.pem not accessible: No such file or directory. Permission denied (publickey).
bbcp should show This error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When authentication fails as provided identity file doesn't exists, bbcp shows error message
which has no clue about the actual error.
using
-D
shows the underlying issuebbcp should show This error.
The text was updated successfully, but these errors were encountered: