diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 | ||||
-rw-r--r-- | sshd.8 | 4 |
3 files changed, 8 insertions, 5 deletions
@@ -47,6 +47,9 @@ | |||
47 | - stevesk@cvs.openbsd.org 2002/05/28 21:24:00 | 47 | - stevesk@cvs.openbsd.org 2002/05/28 21:24:00 |
48 | [uidswap.c] | 48 | [uidswap.c] |
49 | use correct function name in fatal() | 49 | use correct function name in fatal() |
50 | - stevesk@cvs.openbsd.org 2002/05/29 03:06:30 | ||
51 | [ssh.1 sshd.8] | ||
52 | spelling | ||
50 | 53 | ||
51 | 20020604 | 54 | 20020604 |
52 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed | 55 | - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed |
@@ -731,4 +734,4 @@ | |||
731 | - (stevesk) entropy.c: typo in debug message | 734 | - (stevesk) entropy.c: typo in debug message |
732 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 735 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
733 | 736 | ||
734 | $Id: ChangeLog,v 1.2158 2002/06/06 20:44:06 mouring Exp $ | 737 | $Id: ChangeLog,v 1.2159 2002/06/06 20:45:33 mouring Exp $ |
@@ -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.152 2002/05/26 20:35:10 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.153 2002/05/29 03:06:30 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -884,7 +884,7 @@ Specifies whether remote hosts are allowed to connect to local | |||
884 | forwarded ports. | 884 | forwarded ports. |
885 | By default, | 885 | By default, |
886 | .Nm | 886 | .Nm |
887 | binds local port forwardings to the loopback addresss. This | 887 | binds local port forwardings to the loopback address. This |
888 | prevents other remote hosts from connecting to forwarded ports. | 888 | prevents other remote hosts from connecting to forwarded ports. |
889 | .Cm GatewayPorts | 889 | .Cm GatewayPorts |
890 | can be used to specify that | 890 | can be used to specify that |
@@ -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: sshd.8,v 1.182 2002/05/15 21:56:38 markus Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.183 2002/05/29 03:06:30 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -471,7 +471,7 @@ Specifies whether remote hosts are allowed to connect to ports | |||
471 | forwarded for the client. | 471 | forwarded for the client. |
472 | By default, | 472 | By default, |
473 | .Nm | 473 | .Nm |
474 | binds remote port forwardings to the loopback addresss. This | 474 | binds remote port forwardings to the loopback address. This |
475 | prevents other remote hosts from connecting to forwarded ports. | 475 | prevents other remote hosts from connecting to forwarded ports. |
476 | .Cm GatewayPorts | 476 | .Cm GatewayPorts |
477 | can be used to specify that | 477 | can be used to specify that |