password popup dialog for failed logins
If we connect to a server and receive a "login failed" message and we haven't got a password, popup to ask the user.
Make it throttled and a configurable option (that can be toggled from the popup) to prevent being DoS
ed by fake local mDNS servers swarming us.
Maybe we shouldn't even try to login if there are no ssh keys and no password.. (alert user? or ask for password?)
Change History (6)
Milestone: |
0.9 →
1.0
|
Owner: |
changed from Antoine Martin to Antoine Martin
|
Status: |
new →
accepted
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
accepted →
closed
|
Description: |
modified (diff)
|
Done but only on initial connection, rather than detecting a failed login (easier). Re-using the quick_connect code: r2072