diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -7,6 +7,9 @@ | |||
7 | - markus@cvs.openbsd.org 2007/08/15 08:16:49 | 7 | - markus@cvs.openbsd.org 2007/08/15 08:16:49 |
8 | [version.h] | 8 | [version.h] |
9 | openssh 4.7 | 9 | openssh 4.7 |
10 | - stevesk@cvs.openbsd.org 2007/08/15 12:13:41 | ||
11 | [ssh_config.5] | ||
12 | tun device forwarding now honours ExitOnForwardFailure; ok markus@ | ||
10 | - (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler. | 13 | - (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler. |
11 | ok djm@ | 14 | ok djm@ |
12 | - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec | 15 | - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec |
@@ -3166,4 +3169,4 @@ | |||
3166 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3169 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3167 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3170 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3168 | 3171 | ||
3169 | $Id: ChangeLog,v 1.4729 2007/08/15 09:22:20 dtucker Exp $ | 3172 | $Id: ChangeLog,v 1.4730 2007/08/15 12:20:22 dtucker Exp $ |
diff --git a/ssh_config.5 b/ssh_config.5 index 2af086592..95af3976a 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,8 +34,8 @@ | |||
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.101 2007/06/08 07:43:46 jmc Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $ |
38 | .Dd $Mdocdate: June 8 2007 $ | 38 | .Dd $Mdocdate: August 15 2007 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -387,7 +387,7 @@ data). | |||
387 | Specifies whether | 387 | Specifies whether |
388 | .Xr ssh 1 | 388 | .Xr ssh 1 |
389 | should terminate the connection if it cannot set up all requested | 389 | should terminate the connection if it cannot set up all requested |
390 | dynamic, local, and remote port forwardings. | 390 | dynamic, tunnel, local, and remote port forwardings. |
391 | The argument must be | 391 | The argument must be |
392 | .Dq yes | 392 | .Dq yes |
393 | or | 393 | or |