diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -809,6 +809,16 @@ directive in | |||
809 | .Xr ssh_config 5 | 809 | .Xr ssh_config 5 |
810 | for more information. | 810 | for more information. |
811 | .Pp | 811 | .Pp |
812 | (Debian-specific: X11 forwarding is not subjected to X11 SECURITY extension | ||
813 | restrictions by default, because too many programs currently crash in this | ||
814 | mode. | ||
815 | Set the | ||
816 | .Cm ForwardX11Trusted | ||
817 | option to | ||
818 | .Dq no | ||
819 | to restore the upstream behaviour. | ||
820 | This may change in future depending on client-side improvements.) | ||
821 | .Pp | ||
812 | .It Fl x | 822 | .It Fl x |
813 | Disables X11 forwarding. | 823 | Disables X11 forwarding. |
814 | .Pp | 824 | .Pp |
@@ -817,6 +827,20 @@ Enables trusted X11 forwarding. | |||
817 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 827 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
818 | controls. | 828 | controls. |
819 | .Pp | 829 | .Pp |
830 | (Debian-specific: In the default configuration, this option is equivalent to | ||
831 | .Fl X , | ||
832 | since | ||
833 | .Cm ForwardX11Trusted | ||
834 | defaults to | ||
835 | .Dq yes | ||
836 | as described above. | ||
837 | Set the | ||
838 | .Cm ForwardX11Trusted | ||
839 | option to | ||
840 | .Dq no | ||
841 | to restore the upstream behaviour. | ||
842 | This may change in future depending on client-side improvements.) | ||
843 | .Pp | ||
820 | .It Fl y | 844 | .It Fl y |
821 | Send log information using the | 845 | Send log information using the |
822 | .Xr syslog 3 | 846 | .Xr syslog 3 |