diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-07-20 18:41:52 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-07-20 18:41:52 +0000 |
commit | 0f212386a1b80caee85d9bd1563c4cf40ed3c331 (patch) | |
tree | d21c1d875698792fece4885017d31545bb919d6a /usr.bin/ssh/ssh.1 | |
parent | e87cf6578309a2bd7ad6e007752620054d824283 (diff) |
"the" command line
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 0cc56ae8c88..061f5d15d68 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.119 2001/07/19 00:41:44 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.120 2001/07/20 18:41:51 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -349,10 +349,10 @@ sent to the server machine (and no cookies are sent in the plain). .Pp If the user is using an authentication agent, the connection to the agent is automatically forwarded to the remote side unless disabled on -command line or in a configuration file. +the command line or in a configuration file. .Pp Forwarding of arbitrary TCP/IP connections over the secure channel can -be specified either on command line or in a configuration file. +be specified either on the command line or in a configuration file. One possible application of TCP/IP forwarding is a secure connection to an electronic purse; another is going through firewalls. .Pp |