Open GoogleCodeExporter opened 9 years ago
I'm getting the same error as this. v2.02 on S5 mini (SM-G800F) and Android
4.4.2. Did anyone find a solution?
Original comment by Tren...@gmail.com
on 2 Jan 2015 at 6:06
[deleted comment]
Getting this error on S4 GT-I9505 and Android 4.4.2 with an SSH login.
Original comment by ald...@gmail.com
on 13 Feb 2015 at 5:27
same here, anybody can help?
Original comment by samibas...@gmail.com
on 12 May 2015 at 6:50
I found a solution, but it requires root.
First of all, while setting up the server, don't use ~/.ssh/dropbear... to feed
in the host keys. Rather use the full path /data/data/com.spartacusrex....
(this is because we will run the command as su, and it has a different home
folder)
then you run the command like this: su - -c "..."
in the end it should look like this
su - -c "dropbear -A -N username -U 10058 -G 10058 -C password -d
/data/data/com.spartacusrex.spartacuside/files/.ssh/dropbear_dss_host_key -r
/data/data/com.spartacusrex.spartacuside/files/.ssh/dropbear_rsa_host_key -F -E
-p 8090 -P PidFile"
this will set up the host for user 10058, change it according to your own id.
You better put this whole thing into an alias in your .bashrc file
This whole setup is for the server side (phone), connecting is the same for
client side, now it should work, happy sshing :)
+1 on OP's commment, great job of spartacusrex. Only thing I wish was disabling
the swipe gesture for switching terminal windows, I always switch windows
unintentionally, while trying to scroll vertically :)
Original comment by samibas...@gmail.com
on 12 May 2015 at 7:47
Original issue reported on code.google.com by
jpcrevoi...@gmail.com
on 8 Oct 2014 at 8:11