summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.14
-rw-r--r--sshd.84
3 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 995f95fbe..9bc1e3dc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
5120020604 5420020604
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 $
diff --git a/ssh.1 b/ssh.1
index f37e0a64c..78c262233 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
884forwarded ports. 884forwarded ports.
885By default, 885By default,
886.Nm 886.Nm
887binds local port forwardings to the loopback addresss. This 887binds local port forwardings to the loopback address. This
888prevents other remote hosts from connecting to forwarded ports. 888prevents other remote hosts from connecting to forwarded ports.
889.Cm GatewayPorts 889.Cm GatewayPorts
890can be used to specify that 890can be used to specify that
diff --git a/sshd.8 b/sshd.8
index 114abd835..aae973c5b 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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
471forwarded for the client. 471forwarded for the client.
472By default, 472By default,
473.Nm 473.Nm
474binds remote port forwardings to the loopback addresss. This 474binds remote port forwardings to the loopback address. This
475prevents other remote hosts from connecting to forwarded ports. 475prevents other remote hosts from connecting to forwarded ports.
476.Cm GatewayPorts 476.Cm GatewayPorts
477can be used to specify that 477can be used to specify that