Duorem
Duorem copied to clipboard
Login with private/public key pair
For security reasons, a login with password is not possible for my server. I guess this is also the case for many other users. Would it be posisble to support login via a key? See ssh-copy-id. Thank you for your help!
I work on this in ssh_key branch. If you like to try it out - you can already grab a copy and compile your own apk. Otherwise you will have to wait for the next release.
Supported key formats are those supported by underlying SSH library (JSch), namely ppk and open-ssh in the old format. Keys in open-ssh format must begin with -----BEGIN RSA PRIVATE KEY-----.