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