diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-08-15 12:13:42 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-08-15 12:13:42 +0000 |
commit | 6dbd036c4b17605b20642785cae2d6853f9ab0b5 (patch) | |
tree | 94d971aa06d8df6304aba2b26f26b890361e386b | |
parent | ebaddd9102b198e7d482c8cff48c5a7627141cd5 (diff) |
tun device forwarding now honours ExitOnForwardFailure; ok markus@
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 2af086592ef..95af3976a97 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.101 2007/06/08 07:43:46 jmc Exp $ -.Dd $Mdocdate: June 8 2007 $ +.\" $OpenBSD: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $ +.Dd $Mdocdate: August 15 2007 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -387,7 +387,7 @@ data). Specifies whether .Xr ssh 1 should terminate the connection if it cannot set up all requested -dynamic, local, and remote port forwardings. +dynamic, tunnel, local, and remote port forwardings. The argument must be .Dq yes or |