]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: clarify that BatchMode applies to all interactive prompts
authordjm@openbsd.org <djm@openbsd.org>
Sat, 25 Jan 2020 23:33:27 +0000 (23:33 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 25 Jan 2020 23:34:50 +0000 (10:34 +1100)
(e.g. host key confirmation) and not just password prompts.

OpenBSD-Commit-ID: 97b001883d89d3fb1620d2e6b747c14a26aa9818

ssh_config.5

index 8c6660a98f34d9fc26725c5bb3ef34bc3f4511e5..84020d1d6b11eb0a8c111bdbbd868b2db1f6f5d5 100644 (file)
@@ -33,7 +33,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.317 2020/01/25 07:09:14 tedu Exp $
+.\" $OpenBSD: ssh_config.5,v 1.318 2020/01/25 23:33:27 djm Exp $
 .Dd $Mdocdate: January 25 2020 $
 .Dt SSH_CONFIG 5
 .Os
@@ -264,9 +264,11 @@ Valid arguments are
 .It Cm BatchMode
 If set to
 .Cm yes ,
-passphrase/password querying will be disabled.
+user interaction such as password prompts and host key confirmation requests
+will be disabled.
 This option is useful in scripts and other batch jobs where no user
-is present to supply the password.
+is present to interact with
+.Xr ssh 1 .
 The argument must be
 .Cm yes
 or