[ssh_config.5]
     tun device forwarding now honours ExitOnForwardFailure; ok markus@
This commit is contained in:
Darren Tucker 2007-08-15 22:20:22 +10:00
parent 9d81fdc664
commit fc5d188b34
2 changed files with 7 additions and 4 deletions

View File

@ -7,6 +7,9 @@
- markus@cvs.openbsd.org 2007/08/15 08:16:49
[version.h]
openssh 4.7
- stevesk@cvs.openbsd.org 2007/08/15 12:13:41
[ssh_config.5]
tun device forwarding now honours ExitOnForwardFailure; ok markus@
- (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler.
ok djm@
- (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec
@ -3166,4 +3169,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4729 2007/08/15 09:22:20 dtucker Exp $
$Id: ChangeLog,v 1.4730 2007/08/15 12:20:22 dtucker Exp $

View File

@ -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