[ssh.1 sshd.8]
     spelling
This commit is contained in:
Ben Lindstrom 2002-06-06 20:45:33 +00:00
parent 10d9936413
commit 20abb75f53
3 changed files with 8 additions and 5 deletions

View File

@ -47,6 +47,9 @@
- stevesk@cvs.openbsd.org 2002/05/28 21:24:00 - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
[uidswap.c] [uidswap.c]
use correct function name in fatal() use correct function name in fatal()
- stevesk@cvs.openbsd.org 2002/05/29 03:06:30
[ssh.1 sshd.8]
spelling
20020604 20020604
- (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@ -731,4 +734,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2158 2002/06/06 20:44:06 mouring Exp $ $Id: ChangeLog,v 1.2159 2002/06/06 20:45:33 mouring Exp $

4
ssh.1
View File

@ -34,7 +34,7 @@
.\" (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.1,v 1.152 2002/05/26 20:35:10 stevesk Exp $ .\" $OpenBSD: ssh.1,v 1.153 2002/05/29 03:06:30 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -884,7 +884,7 @@ Specifies whether remote hosts are allowed to connect to local
forwarded ports. forwarded ports.
By default, By default,
.Nm .Nm
binds local port forwardings to the loopback addresss. This binds local port forwardings to the loopback address. This
prevents other remote hosts from connecting to forwarded ports. prevents other remote hosts from connecting to forwarded ports.
.Cm GatewayPorts .Cm GatewayPorts
can be used to specify that can be used to specify that

4
sshd.8
View File

@ -34,7 +34,7 @@
.\" (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: sshd.8,v 1.182 2002/05/15 21:56:38 markus Exp $ .\" $OpenBSD: sshd.8,v 1.183 2002/05/29 03:06:30 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -471,7 +471,7 @@ Specifies whether remote hosts are allowed to connect to ports
forwarded for the client. forwarded for the client.
By default, By default,
.Nm .Nm
binds remote port forwardings to the loopback addresss. This binds remote port forwardings to the loopback address. This
prevents other remote hosts from connecting to forwarded ports. prevents other remote hosts from connecting to forwarded ports.
.Cm GatewayPorts .Cm GatewayPorts
can be used to specify that can be used to specify that