diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-01-25 23:33:27 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-01-26 10:34:50 +1100 |
commit | 469df611f778eec5950d556aabfe1d4efc227915 (patch) | |
tree | 615598fa1ad6ecd046651665251765c4913bc904 /ssh_config.5 | |
parent | de40876c4a5d7c519d3d7253557572fdfc13db76 (diff) |
upstream: clarify that BatchMode applies to all interactive prompts
(e.g. host key confirmation) and not just password prompts.
OpenBSD-Commit-ID: 97b001883d89d3fb1620d2e6b747c14a26aa9818
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 8c6660a98..84020d1d6 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.317 2020/01/25 07:09:14 tedu Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.318 2020/01/25 23:33:27 djm Exp $ |
37 | .Dd $Mdocdate: January 25 2020 $ | 37 | .Dd $Mdocdate: January 25 2020 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -264,9 +264,11 @@ Valid arguments are | |||
264 | .It Cm BatchMode | 264 | .It Cm BatchMode |
265 | If set to | 265 | If set to |
266 | .Cm yes , | 266 | .Cm yes , |
267 | passphrase/password querying will be disabled. | 267 | user interaction such as password prompts and host key confirmation requests |
268 | will be disabled. | ||
268 | This option is useful in scripts and other batch jobs where no user | 269 | This option is useful in scripts and other batch jobs where no user |
269 | is present to supply the password. | 270 | is present to interact with |
271 | .Xr ssh 1 . | ||
270 | The argument must be | 272 | The argument must be |
271 | .Cm yes | 273 | .Cm yes |
272 | or | 274 | or |