SFTP filebrowsing

Yuri Samoilenko kinnalru at gmail.com
Thu Jan 16 05:18:44 UTC 2014


Do you implements key auth on android side?

2014/1/16 Yuri Samoilenko <kinnalru at gmail.com>:
> I‘am thinking about key auth, and there ia my thoughts:
> Device generate random pass every time when it starts server. Password
> transmitted over encrypted channel(when device paired) - no one can listen
> pass.
> To prevent unnecessary access to device we can limiting available connection
> by 1 and shutdown server when sshfs closes connection.
>
> And another - we can start ssh-agent and put key to it and sshfs will take
> it byself. Ssh-agen can then be terminated :)
> I will try it today
>
> 15.01.2014 22:19 пользователь "Albert Vaca" <albertvaka at gmail.com> написал:
>
>> I made it work :) but I had to run manually the sshfs command, and
>> accept the key on the command line (The authenticity of host
>> '[192.168.1.76]:1739 ([192.168.1.76]:1739)' can't be established. Are
>> you sure you want to continue connecting (yes/no)?).
>>
>> After that, it worked automatically each other time, but we need a way
>> to make it connect without asking that (and without adding the key to
>> the .ssh/known_hosts list).
>>
>> I also made some changes to preffer IPv4 over IPv6, because I was
>> still getting problems with that. I just pushed the changes (android
>> repo).
>>
>> On Wed, Jan 15, 2014 at 5:53 PM, Albert Vaca <albertvaka at gmail.com> wrote:
>> > MTP (Media Transfer Protocol) is a very used file browsing protocol
>> > (it is the default protocol on Android 4) and it has the same problem:
>> > you can not browse the device while transferring a file. So don't
>> > worry about that because it is actually like this on lots of devices.


More information about the KDEConnect mailing list