
Star Maakun
I'm having trouble setting up a private key when using the S3Drive Android app for SFTP connections. It seems like the file path isn't being found, even if I write it as follows: /storage/emulated/0/Config/SFTPKeys/provider_id_rsa.txt
Not entirely sure if app has access to this location.
I've just tried:
[sftp]
type = sftp
host = hostname
key_file = /storage/emulated/0/Documents/id_rsa
pubkey_file = /storage/emulated/0/Documents/id_rsa.pub
and instead of: no key found I've received:
public key file is not a certificate file, which means file was found OK, which makes me hopeful that this location would work.
The alternative would be to allow user to store/download file to S3Drive's app scoped storage on Android, so instead of storing key files in the common location you would use private path. We would need to implement such option though. (edited)