The unified diff between revisions [52beef25..] and [ecc0009e..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'dbclient.1'

#
#
# patch "dbclient.1"
#  from [272e5fd6b8d6dc6756aa1e20b84459269e31eabb]
#    to [d90e1a86f650942d7158ce117e87fb2c19559d03]
#
============================================================
--- dbclient.1	272e5fd6b8d6dc6756aa1e20b84459269e31eabb
+++ dbclient.1	d90e1a86f650942d7158ce117e87fb2c19559d03
@@ -86,6 +86,19 @@ if 0 disables keepalives.
 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