| Summary: | ksshaskpass showing password field while asking for username | ||
|---|---|---|---|
| Product: | [Applications] ksshaskpass | Reporter: | Martin Kostolný <clearmartin> |
| Component: | general | Assignee: | Jeremy Whiting <jpwhiting> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | aspotashev, csanchezredondo, gagbobada, mark.duncan85, mk.mateng, schwarzer |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | ksshaskpass username query dialog with password field | ||
|
Description
Martin Kostolný
2015-12-13 22:24:56 UTC
Created attachment 96050 [details]
ksshaskpass username query dialog with password field
The same happens to me. I'm on plasma 5.6.3, on openSUSE Tumbleweed. This is still happening with ksshaskpass-5.10.5-1.fc27.x86_64 It is not possible. The ssh application calls the password UI helper ksshaskpass twice, once for the username, once for the password. You would need to use a GUI ssh application to be able to fix it. Christoph, why would this not be possible to fix? Certainly you must agree that prompting for a password and using a password input field is not the correct way to handle a request for a username. Why can't the input type be changed based on if a username or password is being prompted for? The windows says "Password", so I enter my password ... then the next window shows my password in plain text. For me this is a bug. (In reply to Christoph Feck from comment #4) > It is not possible. The ssh application calls the password UI helper > ksshaskpass twice, once for the username, once for the password. > > You would need to use a GUI ssh application to be able to fix it. ksshaskpass should be able to accept a parameter re what is being requested, and adjust its display. This would still depend on the client apps using that parameter, but the main client app is the SSH client, so that can at least be fixed there. *** This bug has been marked as a duplicate of bug 343562 *** |