diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-09-04 04:47:50 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-09-04 16:57:02 +1000 |
commit | a954cdb799a4d83c2d40fbf3e7b9f187fbfd72fc (patch) | |
tree | 946ab1cdaefaf18ea37df6a6d5a31f01e1946df1 /ssh_config.5 | |
parent | f54d8ac2474b6fc3afa081cf759b48a6c89d3319 (diff) |
upstream commit
better document ExitOnForwardFailure; bz#2444, ok
dtucker@
Upstream-ID: a126209b5a6d9cb3117ac7ab5bc63d284538bfc2
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 13 |
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). | |||
639 | Specifies whether | 639 | Specifies whether |
640 | .Xr ssh 1 | 640 | .Xr ssh 1 |
641 | should terminate the connection if it cannot set up all requested | 641 | should terminate the connection if it cannot set up all requested |
642 | dynamic, tunnel, local, and remote port forwardings. | 642 | dynamic, tunnel, local, and remote port forwardings, (e.g.\& |
643 | if either end is unable to bind and listen on a specified port.) | ||
644 | Note that | ||
645 | .Cm ExitOnForwardFailure | ||
646 | does not apply to connections made over port forwardings and will not, | ||
647 | for example, cause | ||
648 | .Xr ssh 1 | ||
649 | to exit if TCP connections to the ultimate forwarding destination fail. | ||
643 | The argument must be | 650 | The argument must be |
644 | .Dq yes | 651 | .Dq yes |
645 | or | 652 | or |