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

SSH gets unknown user error #1

Open
rtbentley opened this issue Jun 25, 2013 · 4 comments
Open

SSH gets unknown user error #1

rtbentley opened this issue Jun 25, 2013 · 4 comments

Comments

@rtbentley
Copy link

I may be jumping the gun since ssh is still being tested, but I wanted to report this:

/ $ source ~/.profile
/ $ ssh [email protected]
ssh: Exited: Unknown own user
/ $ which ssh
/data/data/champion.tinyutils/usr/bin/ssh
/ $ whoami
whoami: unknown uid 10144
/ $

Any invocation of ssh gets basically that same response. I get the same result on a rooted Nexus 7 and an unrooted Samsung Stellar.

(I know and use some of the alternatives, so there is no hurry. But I am really excited to see all the open source command line power Tiny Utils is promising to unleash even without root. The ssh/scp combo would be a wonderful addition.)

@corbinlc
Copy link
Owner

corbinlc commented Jul 8, 2013

Can you try running dropbear? Can you ls -l /data/data/champion.tinyutils/usr/bin/ssh ? I want to make sure what it is linked to.

@rtbentley
Copy link
Author

Running dropbear by itself returns nothing and and I get a new prompt. I run dropbear -E with these results:

/ $ dropbear -E
[9150] Jul 08 04:26:36 Failed reading '/etc/dropbear/dropbear_rsa_host_key', disabling RSA
[9150] Jul 08 04:26:36 Failed reading '/etc/dropbear/dropbear_dss_host_key', disabling DSS
[9150] Jul 08 04:26:36 Premature exit: No hostkeys available

The results from ls indicate bin/ssh is a symlink to sbin/dropbear:

/ $ ls -l /data/data/champion.tinyutils/usr/bin/ssh
lrwxrwxrwx    1 10144    10144           54 Jun 25 03:31 /data/data/champion.tinyutils/usr/bin/ssh -> /data/data/champion.tinyutils/usr/bin/../sbin/dropbear

@stgnet
Copy link

stgnet commented Aug 10, 2013

I'm having the same problem. Unknown user error for ssh or scp on galaxy note2. Will gladly repurchase if there is a fix for this.

@mikejhill
Copy link

I'm running into this issue on my Galaxy S5 Active. Results are pretty much identical to rbently's. Any ideas?

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

4 participants