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