summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:17:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:17:10 +1000
commite7d4b19f755c0d33122ef373e54b69e6b93cb0b4 (patch)
tree3fa44513bd3e58ecfdc92141bd4110cbe13c4ab5 /ssh.1
parent284706a7555b3640c78854fc64010ce956e19339 (diff)
- markus@cvs.openbsd.org 2006/07/11 18:50:48
[clientloop.c ssh.1 ssh.c channels.c ssh_config.5 readconf.h session.c channels.h readconf.c] add ExitOnForwardFailure: terminate the connection if ssh(1) cannot set up all requested dynamic, local, and remote port forwardings. ok djm, dtucker, stevesk, jmc
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.13
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index f44b6f29a..6e41bcd8b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.262 2006/07/02 23:01:55 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.263 2006/07/11 18:50:48 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -449,6 +449,7 @@ For full details of the options listed below, and their possible values, see
449.It ControlPath 449.It ControlPath
450.It DynamicForward 450.It DynamicForward
451.It EscapeChar 451.It EscapeChar
452.It ExitOnForwardFailure
452.It ForwardAgent 453.It ForwardAgent
453.It ForwardX11 454.It ForwardX11
454.It ForwardX11Trusted 455.It ForwardX11Trusted