diff options
Diffstat (limited to 'doc/design/assistant/sshpassword.mdwn')
-rw-r--r-- | doc/design/assistant/sshpassword.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/sshpassword.mdwn b/doc/design/assistant/sshpassword.mdwn index c44259865..0113144c5 100644 --- a/doc/design/assistant/sshpassword.mdwn +++ b/doc/design/assistant/sshpassword.mdwn @@ -41,7 +41,7 @@ which gets the password from the webapp, and outputs it to stdout. Seems to call for the webapp and program to communicate over a local socket (locked down so only user can access) or environment. Environment is not as secure (easily snooped by root). -Local socket probably won't work on Windows. +Local socket probably won't work on Windows. Could just use a temp file. Note that the webapp can probe to see if ssh needs a password, and can prompt the user for it before running ssh and the ssh-askpass shim. |