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