Skip to content
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

Open
q000p opened this issue Nov 12, 2023 · 2 comments
Open

Error if I use scp from same network with python paramiko #258

q000p opened this issue Nov 12, 2023 · 2 comments

Comments

@q000p
Copy link

q000p commented Nov 12, 2023

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

@q000p
Copy link
Author

q000p commented Nov 13, 2023

Logs from dropbear:
root@Decode:~# dropbear -F -E [18096] Nov 13 14:48:32 Failed loading /etc/dropbear/dropbear_rsa_host_key [18096] Nov 13 14:48:32 Failed loading /etc/dropbear/dropbear_dss_host_key [18096] Nov 13 14:48:32 Not backgrounding [18111] Nov 13 14:48:36 Child connection from 192.168.221.120:45278 [18111] Nov 13 14:48:44 Password auth succeeded for 'root' from 192.168.221.120:45278 [18111] Nov 13 14:48:45 Exit (root) from <192.168.221.120:45278>: Failed assertion (common-channel.c:705): `!channel->sent_close' [18096] Nov 13 14:53:19 Early exit: Terminated by signal

@mkj
Copy link
Owner

mkj commented Nov 13, 2023

Thanks for the Dropbear log, I'll have a look (might be a bit delayed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants