-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
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
Error if I use scp from same network with python paramiko #258
Comments
Logs from dropbear: |
Thanks for the Dropbear log, I'll have a look (might be a bit delayed) |
I'm having similar issues to this and/or #220:
Dropbear logs are very weird. When there is an exception, dropbear logs:
OK, but on the rare case where the script completes without an error (all the commands succeed), the dropbear logs are:
The errors seem to be inverted (I did check order and timings, and get lots more failed runs than successful ones). Versions: |
If I run python script with scp from dropbear host from same subnet (without gateway) I have error
Channel closed
. If I use gateway or if I use v2020.79 of dropbear, the problem is absent.Paramiko log attached
paramerror.log
The text was updated successfully, but these errors were encountered: