wolpi / prim-ftpd

FTP server app for android
Other
583 stars 78 forks source link

An option to chose which folder the public key goes into #270

Closed pinckpockett closed 2 years ago

pinckpockett commented 2 years ago

Since android 11. Storage has been very limited for non-rooted devices.

I can no longer place my public key in the /storage/emulated/0/Android/data/org.primftpd/files/ssh/authorized_keys folder. Due to my android device being unroofed atm.

Is there a way that the folder where the public keys are placed in can be a custom one of the users choosing?

Any feedback on this would be appreciated.

wolpi commented 2 years ago

You can place your key(s) there through the server. In order to do that you could temporarily enable anonymous access. It is still possible to place key(s) in /storage/emulated/0/.ssh if your device allowes it.

pinckpockett commented 2 years ago

You can place your key(s) there through the server. In order to do that you could temporarily enable anonymous access. It is still possible to place key(s) in /storage/emulated/0/.ssh if your device allowes it.

You can place your key(s) there through the server. In order to do that you could temporarily enable anonymous access. It is still possible to place key(s) in /storage/emulated/0/.ssh if your device allowes it.

Thanks very much. That seemed to do the trick!