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