diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-12 18:48:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-12 18:48:49 +0000 |
commit | b5585aa735c01938a3abeb658bec22add1f2932e (patch) | |
tree | e2b4d87f6a65037be45f261060c80c09b2a90e55 /usr.bin/ssh/ssh.1 | |
parent | f9b783d7b1218da2aad2aa4f46a171bc6fc49de8 (diff) |
refer to `TCP' rather than `TCP/IP' in the context of connection
forwarding;
ok markus
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index c15cfc31956..b430ff823e3 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" 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 .Dt SSH 1 .Os @@ -89,7 +89,7 @@ executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between 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. .Pp .Nm @@ -146,7 +146,7 @@ of the connection. Only useful on systems with more than one address. .It Fl C 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 .Xr gzip 1 , 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. .Pp 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 When a pseudo-terminal has been requested, .Nm |