- jmc@cvs.openbsd.org 2006/01/12 18:48:48

[ssh.1]
     refer to `TCP' rather than `TCP/IP' in the context of connection
     forwarding;
     ok markus
This commit is contained in:
Damien Miller 2006-01-14 10:09:30 +11:00
parent f31771810c
commit 8bfaf93f60
2 changed files with 10 additions and 5 deletions

View File

@ -14,6 +14,11 @@
split sections on tcp and x11 forwarding into two sections. split sections on tcp and x11 forwarding into two sections.
add an example in the tcp section, based on sth i wrote for ssh faq; add an example in the tcp section, based on sth i wrote for ssh faq;
help + ok: djm markus dtucker help + ok: djm markus dtucker
- jmc@cvs.openbsd.org 2006/01/12 18:48:48
[ssh.1]
refer to `TCP' rather than `TCP/IP' in the context of connection
forwarding;
ok markus
20060109 20060109
- (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
@ -3691,4 +3696,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4086 2006/01/13 23:09:13 djm Exp $ $Id: ChangeLog,v 1.4087 2006/01/13 23:09:30 djm Exp $

8
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.246 2006/01/12 14:44:12 jmc Exp $ .\" $OpenBSD: ssh.1,v 1.247 2006/01/12 18:48:48 jmc Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -89,7 +89,7 @@ executing commands on a remote machine.
It is intended to replace rlogin and rsh, It is intended to replace rlogin and rsh,
and provide secure encrypted communications between and provide secure encrypted communications between
two untrusted hosts over an insecure network. two untrusted hosts over an insecure network.
X11 connections and arbitrary TCP/IP ports X11 connections and arbitrary TCP ports
can also be forwarded over the secure channel. can also be forwarded over the secure channel.
.Pp .Pp
.Nm .Nm
@ -146,7 +146,7 @@ of the connection.
Only useful on systems with more than one address. Only useful on systems with more than one address.
.It Fl C .It Fl C
Requests compression of all data (including stdin, stdout, stderr, and Requests compression of all data (including stdin, stdout, stderr, and
data for forwarded X11 and TCP/IP connections). data for forwarded X11 and TCP connections).
The compression algorithm is the same used by The compression algorithm is the same used by
.Xr gzip 1 , .Xr gzip 1 ,
and the and the
@ -834,7 +834,7 @@ On most systems, setting the escape character to
will also make the session transparent even if a tty is used. will also make the session transparent even if a tty is used.
.Pp .Pp
The session terminates when the command or shell on the remote The session terminates when the command or shell on the remote
machine exits and all X11 and TCP/IP connections have been closed. machine exits and all X11 and TCP connections have been closed.
.Sh ESCAPE CHARACTERS .Sh ESCAPE CHARACTERS
When a pseudo-terminal has been requested, When a pseudo-terminal has been requested,
.Nm .Nm