# HG changeset patch # User Matt Johnston # Date 1206624302 0 # Node ID d7b0c015fdc7b346f67eea15580c8af3721b8548 # Parent ece7677359d60c0ccf12983c9dfb91a975251688 Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage diff -r ece7677359d6 -r d7b0c015fdc7 dbclient.1 --- a/dbclient.1 Thu Mar 27 13:17:08 2008 +0000 +++ b/dbclient.1 Thu Mar 27 13:25:02 2008 +0000 @@ -86,6 +86,19 @@ a certain period of inactivity. The trade-off is that a session may be closed if there is a temporary lapse of network connectivity. A setting if 0 disables keepalives. +.SH ENVIRONMENT +.TP +.B SSH_ASKPASS +dbclient can use an external program to request a password from a user. +SSH_ASKPASS should be set to the path of a program that will return a password +on standard output. This program will only be used if either DISPLAY is set and +standard input is not a TTY, or the environment variable SSH_ASKPASS_ALWAYS is +set. +.TP +.B DROPBEAR_PASSWORD +A password to use for remote authentication can be specified in the environment +variable DROPBEAR_PASSWORD. Care should be taken that the password is not +exposed to other users on a multi-user system, or stored in accessible files. .SH AUTHOR Matt Johnston (matt@ucc.asn.au). .br