You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by daddylonglegs2014 <da...@gmail.com> on 2014/12/04 12:42:32 UTC

SSHD android problem, Please response me, many thanks!

I'm developing a tiny ssh server for my android phone. I use mina-sshd 
library.
It've nearly worked except some problem.
The first problem is that I cannot debug my android application, because 
I must export to apk file,
and then manually add services folder to META-INF folder inside created 
apk file.
The second problem is when I the ssh server started on my phone. I try 
to use 'sshfs' command to mount some directory from my linux machine. It 
is successfull but when I try some command such as 'ls', it is fail and
rise: "permission denied" so I cannot view file on my android phone from 
my linux.
I start my SshServer like the one I've attached in this mail.
Hope that you can help me. Thanks in advance.


Re: SSHD android problem, Please response me, many thanks!

Posted by Guillaume Nodet <gn...@apache.org>.
It would be helpful to have the sshd log at least, to see if there's
something that could give a hint.

2014-12-04 12:42 GMT+01:00 daddylonglegs2014 <da...@gmail.com>:

> I'm developing a tiny ssh server for my android phone. I use mina-sshd
> library.
> It've nearly worked except some problem.
> The first problem is that I cannot debug my android application, because I
> must export to apk file,
> and then manually add services folder to META-INF folder inside created
> apk file.
> The second problem is when I the ssh server started on my phone. I try to
> use 'sshfs' command to mount some directory from my linux machine. It is
> successfull but when I try some command such as 'ls', it is fail and
> rise: "permission denied" so I cannot view file on my android phone from
> my linux.
> I start my SshServer like the one I've attached in this mail.
> Hope that you can help me. Thanks in advance.
>
>