You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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-----.
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!The text was updated successfully, but these errors were encountered: