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