devblog
This commit is contained in:
parent
2adeef61a1
commit
5f521f6952
2 changed files with 13 additions and 3 deletions
|
@ -25,12 +25,12 @@ code to run ssh-askpass.
|
|||
|
||||
* Maybe force upgrade webapp to https? Locally, the risk would be that
|
||||
root could tcpdump and read password, so not large risk. If webapp
|
||||
is used remotely, require https.
|
||||
is being accessed remotely, absolutely: require https.
|
||||
* Use hs-securemem to store password.
|
||||
* Avoid storing password for long. Erase it after webapp setup of remote
|
||||
is complete. Time out after 10 minutes and erase it.
|
||||
* Prompt using a field name that does not trigger web browser password
|
||||
saving.
|
||||
* Prompt using a html field name that does not trigger web browser password
|
||||
saving if possible.
|
||||
|
||||
### ssh-askpass shim, and password forwarding
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue