summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-09-04 04:47:50 +0000
committerDamien Miller <djm@mindrot.org>2015-09-04 16:57:02 +1000
commita954cdb799a4d83c2d40fbf3e7b9f187fbfd72fc (patch)
tree946ab1cdaefaf18ea37df6a6d5a31f01e1946df1 /ssh_config.5
parentf54d8ac2474b6fc3afa081cf759b48a6c89d3319 (diff)
upstream commit
better document ExitOnForwardFailure; bz#2444, ok dtucker@ Upstream-ID: a126209b5a6d9cb3117ac7ab5bc63d284538bfc2
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.513
1 files changed, 10 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index a47f3ca9e..d0625405f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
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.215 2015/08/14 15:32:41 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.216 2015/09/04 04:47:50 djm Exp $
37.Dd $Mdocdate: August 14 2015 $ 37.Dd $Mdocdate: September 4 2015 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -639,7 +639,14 @@ data).
639Specifies whether 639Specifies whether
640.Xr ssh 1 640.Xr ssh 1
641should terminate the connection if it cannot set up all requested 641should terminate the connection if it cannot set up all requested
642dynamic, tunnel, local, and remote port forwardings. 642dynamic, tunnel, local, and remote port forwardings, (e.g.\&
643if either end is unable to bind and listen on a specified port.)
644Note that
645.Cm ExitOnForwardFailure
646does not apply to connections made over port forwardings and will not,
647for example, cause
648.Xr ssh 1
649to exit if TCP connections to the ultimate forwarding destination fail.
643The argument must be 650The argument must be
644.Dq yes 651.Dq yes
645or 652or