SSH.koplugin: option to force key-only auth#15038
Merged
Merged
Conversation
User can enable key-only access to enhance security, useful when using public WiFi networks, and just a good rule even for well-known or home networks.
6445983 to
73cfecd
Compare
Frenzie
reviewed
Feb 26, 2026
| }, | ||
| { | ||
| text_func = function() | ||
| return _("Login with key only (SECURE, public key required)") |
Member
There was a problem hiding this comment.
I believe OpenSSH and Dropbear both call it something like "disable password login". The text needn't necessarily correspond, but that'd make it harder to find documentation about it.
Contributor
Author
There was a problem hiding this comment.
In the UI we have already feature related to login process and it's called Login without password (DANGEROUS) so I thought from UX perspective - to have them both similar will just make sense:
However I don't have a strong preference on that. I can think of:
Disable password login (SECURE);Disable password login (SECURE, key required);Disable password (SECURE);Disable password (SECURE, key required);Disable password login (key required);Disable password (key required);
At the same time Login without password and Disable password can mislead people.
0xstillb
pushed a commit
to 0xstillb/koreader-thai
that referenced
this pull request
May 9, 2026
User can enable key-only access to enhance security, useful when using public WiFi networks, and just a good rule even for well-known or home networks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

User can enable key-only access to enhance security, useful when using public WiFi networks, and just a good rule even for well-known or home networks.
This change is