summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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