# # # patch "monotone.texi" # from [a8df9f203fdb7e085d607f7123b6889f1aafee0f] # to [4b591befcf636fff03ab65ccd1a22e1390dcaaf8] # ============================================================ --- monotone.texi a8df9f203fdb7e085d607f7123b6889f1aafee0f +++ monotone.texi 4b591befcf636fff03ab65ccd1a22e1390dcaaf8 @@ -5019,6 +5019,17 @@ @section Key and Cert Trust @end group @end smallexample +You can also use the @option{--ssh-sign} option to control whether ssh-agent will +be used for signing. If set to @emph{yes}, ssh-agent will be used to sign. If your +key has not been added to ssh-agent monotone will fall back to its internal signing +code and ask you for your password. If set to @emph{no}, monotone will always use +its internal signing code even if ssh-agent is running and has your monotone key +loaded. If set to @emph{check}, monotone will sign with both ssh-agent (if your key +is loaded into it) and monotone's internal signing code, then compare the results. address@hidden will be removed at some future time as it is meant only for testing +and will not work with all signing algorithms. + + @end ftable