From d7228ffa3d650b1d713a5ed0b879f1d50ac9777c Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 23 Feb 2022 22:06:55 +0100 Subject: [PATCH] documentation: add ssh_password_prompt --- doc/btrbk.conf.5.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 6f7a74f..a7a4052 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -266,6 +266,12 @@ set to ``all'' (the default). "-c cipher_spec" option in ssh(1) for more information. Defaults to ``default'' (the ciphers specified in ssh_config(5)). +*ssh_password_prompt* yes|no:: + If set to ``yes'', enables ssh password prompt. This is usually + not desired, as btrbk opens many ssh connections and thus asks for + the same password multiple times. Consider using ssh-agent(1), or + an 'ssh_identity' with no password protection. Defaults to ``no''. + === Data Stream Options