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

/usr/bin/dbclient: No such file or directory | When trying to scp in a DigiSSHD shell. #3

Open
DaveQB opened this issue Dec 24, 2012 · 2 comments

Comments

@DaveQB
Copy link

DaveQB commented Dec 24, 2012

Hi,

Thanks for the software.

See below for when should explain when this is happening.

david@android:/storage/extSdCard/Sounds $ scp -r root@10.3.3.7:/home/user/MyDocs/sounds/SMS/ .
/usr/bin/dbclient: No such file or directory
1|david@android:/storage/extSdCard/Sounds $

Looks like a return of '1|'

The server here is my old N900, but tried to my Linux Mint desktop and same issue.

Is this expected?

Thanks.

@ezh
Copy link
Owner

ezh commented Dec 24, 2012

I suspect that you use scp, that provided by DigiSSHD apk. I absolutely forgot about such use case: initiate scp connection from android.
Also I had different issues when I tried to initiate ssh connection FROM android system like lost PTY and so on.
IMHO At this time the only reliable way is to use scp from the other side :-(

The only way to solve this issue is try to investigate what happened with dropbear itself. I have no time for this:-(

@DaveQB
Copy link
Author

DaveQB commented Dec 25, 2012

Thanks for the response.

I'm unsure of the relationship with dropbear and this project. I'm not sure how far I could troubleshoot but willing to help however I can.

I'm test other sshd applications and see if any of them work.

Regards
DavidAlexey Aksenov notifications@github.com wrote:I suspect that you use scp, that provided by DigiSSHD apk. I absolutely forgot about such use case: initiate scp connection from android.
Also I had different issues when I tried to initiate ssh connection FROM android system like lost PTY and so on.
IMHO At this time the only reliable way is use scp from other side :-(

The only way to solve this issue is try to investigate what happened with dropbear itself. I have no time for this:-(


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants