diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -772,6 +772,16 @@ directive in | |||
772 | .Xr ssh_config 5 | 772 | .Xr ssh_config 5 |
773 | for more information. | 773 | for more information. |
774 | .Pp | 774 | .Pp |
775 | (Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension | ||
776 | restrictions by default, because too many programs currently crash in this | ||
777 | mode. | ||
778 | Set the | ||
779 | .Cm ForwardX11Trusted | ||
780 | option to | ||
781 | .Dq no | ||
782 | to restore the upstream behaviour. | ||
783 | This may change in future depending on client-side improvements.) | ||
784 | .Pp | ||
775 | .It Fl x | 785 | .It Fl x |
776 | Disables X11 forwarding. | 786 | Disables X11 forwarding. |
777 | .Pp | 787 | .Pp |
@@ -780,6 +790,17 @@ Enables trusted X11 forwarding. | |||
780 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 790 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
781 | controls. | 791 | controls. |
782 | .Pp | 792 | .Pp |
793 | (Debian-specific: This option does nothing in the default configuration: it | ||
794 | is equivalent to | ||
795 | .Dq Cm ForwardX11Trusted No yes , | ||
796 | which is the default as described above. | ||
797 | Set the | ||
798 | .Cm ForwardX11Trusted | ||
799 | option to | ||
800 | .Dq no | ||
801 | to restore the upstream behaviour. | ||
802 | This may change in future depending on client-side improvements.) | ||
803 | .Pp | ||
783 | .It Fl y | 804 | .It Fl y |
784 | Send log information using the | 805 | Send log information using the |
785 | .Xr syslog 3 | 806 | .Xr syslog 3 |