diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 68ec311b2..55ca55303 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh_config.5,v 1.95 2006/07/02 17:12:58 stevesk Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.96 2006/07/11 18:50:48 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -385,6 +385,17 @@ followed by a letter, or | |||
385 | to disable the escape | 385 | to disable the escape |
386 | character entirely (making the connection transparent for binary | 386 | character entirely (making the connection transparent for binary |
387 | data). | 387 | data). |
388 | .It Cm ExitOnForwardFailure | ||
389 | Specifies whether | ||
390 | .Xr ssh 1 | ||
391 | should terminate the connection if it cannot set up all requested | ||
392 | dynamic, local, and remote port forwardings. | ||
393 | The argument must be | ||
394 | .Dq yes | ||
395 | or | ||
396 | .Dq no . | ||
397 | The default is | ||
398 | .Dq no . | ||
388 | .It Cm ForwardAgent | 399 | .It Cm ForwardAgent |
389 | Specifies whether the connection to the authentication agent (if any) | 400 | Specifies whether the connection to the authentication agent (if any) |
390 | will be forwarded to the remote machine. | 401 | will be forwarded to the remote machine. |