Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login with private/public key pair #27

Open
dschrempf opened this issue Mar 26, 2020 · 1 comment
Open

Login with private/public key pair #27

dschrempf opened this issue Mar 26, 2020 · 1 comment
Assignees

Comments

@dschrempf
Copy link

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!

@fralik fralik self-assigned this Apr 10, 2020
@fralik
Copy link
Owner

fralik commented May 8, 2020

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-----.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants