summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.115
2 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ee66174f..d0ff109ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
15 [ssh-agent.c] 15 [ssh-agent.c]
16 check the euid of the connecting process with getpeereid(2); 16 check the euid of the connecting process with getpeereid(2);
17 ok provos deraadt stevesk 17 ok provos deraadt stevesk
18 - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
19 [ssh.1]
20 add agent and X11 forwarding warning text from ssh_config.5; ok markus@
18 21
1920020911 2220020911
20 - (djm) Sync openbsd-compat with OpenBSD -current 23 - (djm) Sync openbsd-compat with OpenBSD -current
@@ -1635,4 +1638,4 @@
1635 - (stevesk) entropy.c: typo in debug message 1638 - (stevesk) entropy.c: typo in debug message
1636 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1639 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1637 1640
1638$Id: ChangeLog,v 1.2455 2002/09/11 23:51:10 djm Exp $ 1641$Id: ChangeLog,v 1.2456 2002/09/11 23:52:03 djm Exp $
diff --git a/ssh.1 b/ssh.1
index fa25d5641..ce0dd291d 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.164 2002/08/29 16:02:54 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.165 2002/09/11 17:55:03 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -402,6 +402,13 @@ Disables forwarding of the authentication agent connection.
402.It Fl A 402.It Fl A
403Enables forwarding of the authentication agent connection. 403Enables forwarding of the authentication agent connection.
404This can also be specified on a per-host basis in a configuration file. 404This can also be specified on a per-host basis in a configuration file.
405.Pp
406Agent forwarding should be enabled with caution. Users with the
407ability to bypass file permissions on the remote host (for the agent's
408Unix-domain socket) can access the local agent through the forwarded
409connection. An attacker cannot obtain key material from the agent,
410however they can perform operations on the keys that enable them to
411authenticate using the identities loaded into the agent.
405.It Fl b Ar bind_address 412.It Fl b Ar bind_address
406Specify the interface to transmit from on machines with multiple 413Specify the interface to transmit from on machines with multiple
407interfaces or aliased addresses. 414interfaces or aliased addresses.
@@ -558,6 +565,12 @@ Disables X11 forwarding.
558.It Fl X 565.It Fl X
559Enables X11 forwarding. 566Enables X11 forwarding.
560This can also be specified on a per-host basis in a configuration file. 567This can also be specified on a per-host basis in a configuration file.
568.Pp
569X11 forwarding should be enabled with caution. Users with the ability
570to bypass file permissions on the remote host (for the user's X
571authorization database) can access the local X11 display through the
572forwarded connection. An attacker may then be able to perform
573activities such as keystroke monitoring.
561.It Fl C 574.It Fl C
562Requests compression of all data (including stdin, stdout, stderr, and 575Requests compression of all data (including stdin, stdout, stderr, and
563data for forwarded X11 and TCP/IP connections). 576data for forwarded X11 and TCP/IP connections).