summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authormouring <mouring>2002-08-20 19:03:20 +0000
committermouring <mouring>2002-08-20 19:03:20 +0000
commita53817915ac44460b9e054d4d4cdc67c627a0f88 (patch)
tree2a3f58883f5fede55ea04e9e9fcc78261f964af6 /ssh.1
parentd3a763134f14486e27f8fd7c9ed14023b6246e6c (diff)
downloadopenssh-a53817915ac44460b9e054d4d4cdc67c627a0f88.tar.gz
- stevesk@cvs.openbsd.org 2002/08/17 23:07:14
[ssh.1] ForwardAgent has defaulted to no for over 2 years; be more clear here.
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.116
1 files changed, 12 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index 403c6ad6..97a6ed35 100644
--- a/ssh.1
+++ b/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.162 2002/08/12 17:30:35 stevesk Exp $
+.\" $OpenBSD: ssh.1,v 1.163 2002/08/17 23:07:14 stevesk Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -353,9 +353,17 @@ the connection is opened.
The real authentication cookie is never
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
-the command line or in a configuration file.
+If the
+.Cm ForwardAgent
+variable is set to
+.Dq yes
+(or, see the description of the
+.Fl A
+and
+.Fl a
+options described later) and
+the user is using an authentication agent, the connection to the agent
+is automatically forwarded to the remote side.
.Pp
Forwarding of arbitrary TCP/IP connections over the secure channel can
be specified either on the command line or in a configuration file.