summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-20 19:03:20 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-20 19:03:20 +0000
commit3541f18e10fd43aacb04261991c5ffa4819d53c6 (patch)
treeb1233f55a893273f0622498338cb9504cc715ae5
parentbd9bf38b00f14098f51b965ba72a4e8fe5877607 (diff)
- 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.
-rw-r--r--ChangeLog5
-rw-r--r--ssh.116
2 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b291c7bf..5c9037852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,9 @@
33 - stevesk@cvs.openbsd.org 2002/08/12 17:30:35 33 - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
34 [ssh.1 sshd.8 sshd_config.5] 34 [ssh.1 sshd.8 sshd_config.5]
35 more PermitUserEnvironment; ok markus@ 35 more PermitUserEnvironment; ok markus@
36 - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
37 [ssh.1]
38 ForwardAgent has defaulted to no for over 2 years; be more clear here.
36 39
3720020813 4020020813
38 - (tim) [configure.ac] Display OpenSSL header/library version. 41 - (tim) [configure.ac] Display OpenSSL header/library version.
@@ -1530,4 +1533,4 @@
1530 - (stevesk) entropy.c: typo in debug message 1533 - (stevesk) entropy.c: typo in debug message
1531 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1534 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1532 1535
1533$Id: ChangeLog,v 1.2423 2002/08/20 18:54:20 mouring Exp $ 1536$Id: ChangeLog,v 1.2424 2002/08/20 19:03:20 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index 403c6ad65..97a6ed35a 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.162 2002/08/12 17:30:35 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.163 2002/08/17 23:07:14 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -353,9 +353,17 @@ the connection is opened.
353The real authentication cookie is never 353The real authentication cookie is never
354sent to the server machine (and no cookies are sent in the plain). 354sent to the server machine (and no cookies are sent in the plain).
355.Pp 355.Pp
356If the user is using an authentication agent, the connection to the agent 356If the
357is automatically forwarded to the remote side unless disabled on 357.Cm ForwardAgent
358the command line or in a configuration file. 358variable is set to
359.Dq yes
360(or, see the description of the
361.Fl A
362and
363.Fl a
364options described later) and
365the user is using an authentication agent, the connection to the agent
366is automatically forwarded to the remote side.
359.Pp 367.Pp
360Forwarding of arbitrary TCP/IP connections over the secure channel can 368Forwarding of arbitrary TCP/IP connections over the secure channel can
361be specified either on the command line or in a configuration file. 369be specified either on the command line or in a configuration file.