mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- stevesk@cvs.openbsd.org 2007/08/15 12:13:41
[ssh_config.5] tun device forwarding now honours ExitOnForwardFailure; ok markus@
This commit is contained in:
parent
9d81fdc664
commit
fc5d188b34
@ -7,6 +7,9 @@
|
|||||||
- markus@cvs.openbsd.org 2007/08/15 08:16:49
|
- markus@cvs.openbsd.org 2007/08/15 08:16:49
|
||||||
[version.h]
|
[version.h]
|
||||||
openssh 4.7
|
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.
|
- (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler.
|
||||||
ok djm@
|
ok djm@
|
||||||
- (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec
|
- (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec
|
||||||
@ -3166,4 +3169,4 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
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 $
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $
|
||||||
.Dd $Mdocdate: June 8 2007 $
|
.Dd $Mdocdate: August 15 2007 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -387,7 +387,7 @@ data).
|
|||||||
Specifies whether
|
Specifies whether
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
should terminate the connection if it cannot set up all requested
|
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
|
The argument must be
|
||||||
.Dq yes
|
.Dq yes
|
||||||
or
|
or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user