From 05c872e867c432a95d43a2c6f20557912ac88b6a Mon Sep 17 00:00:00 2001 From: Chern Lee Date: Fri, 31 Aug 2001 00:39:47 +0000 Subject: [PATCH] *** empty log message *** --- .../books/handbook/security/chapter.sgml | 79 +++++++++++++------ 1 file changed, 53 insertions(+), 26 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index 70d9e757be..f892f96eb6 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -1,7 +1,7 @@ @@ -3077,31 +3077,58 @@ Your identification has been saved in /home/user/.ssh/identity. &prompt.user; ssh -2 -N -f -L 5023:localhost:23 user@foo.bar.com &prompt.user; - - - -2 this forces &man.ssh.1 to use version - 2 of the protocol. (Do not use if you are working with older ssh - servers) - - - -N indicates no command, or tunnel only. - If omitted, &man.ssh.1; would initiate a normal session. - - -f forces &man.ssh.1; to run - in the background. - - - -L indicates a local tunnel in - localport:remotehost:remoteport - fashion. - - - - foo.bar.com is the remote/target - SSH server. - - - + The ssh command is used with the + following options: + + + + + + + Forces ssh to use version 2 of + the protocol. (Do not use if you are working with older + ssh servers) + + + + + + + + Indicates no command, or tunnel only. If omitted, + ssh would initiate a normal + session. + + + + + + + + Forces ssh to run in the + background. + + + + + + + + Indicates a local tunnel in + localport:remotehost:remoteport + fashion. + + + + + + + + The remote SSH server. + + + + An SSH tunnel works by creating a listen socket on localhost on the specified port. It then forwards any connection received