diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 093ea8a71..fc13fa510 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -74,6 +74,22 @@ Since the first obtained value for each parameter is used, more | |||
74 | host-specific declarations should be given near the beginning of the | 74 | host-specific declarations should be given near the beginning of the |
75 | file, and general defaults at the end. | 75 | file, and general defaults at the end. |
76 | .Pp | 76 | .Pp |
77 | Note that the Debian | ||
78 | .Ic openssh-client | ||
79 | package sets several options as standard in | ||
80 | .Pa /etc/ssh/ssh_config | ||
81 | which are not the default in | ||
82 | .Xr ssh 1 : | ||
83 | .Pp | ||
84 | .Bl -bullet -offset indent -compact | ||
85 | .It | ||
86 | .Cm SendEnv No LANG LC_* | ||
87 | .It | ||
88 | .Cm HashKnownHosts No yes | ||
89 | .It | ||
90 | .Cm GSSAPIAuthentication No yes | ||
91 | .El | ||
92 | .Pp | ||
77 | The file contains keyword-argument pairs, one per line. | 93 | The file contains keyword-argument pairs, one per line. |
78 | Lines starting with | 94 | Lines starting with |
79 | .Ql # | 95 | .Ql # |
@@ -715,11 +731,12 @@ elapsed. | |||
715 | .It Cm ForwardX11Trusted | 731 | .It Cm ForwardX11Trusted |
716 | If this option is set to | 732 | If this option is set to |
717 | .Cm yes , | 733 | .Cm yes , |
734 | (the Debian-specific default), | ||
718 | remote X11 clients will have full access to the original X11 display. | 735 | remote X11 clients will have full access to the original X11 display. |
719 | .Pp | 736 | .Pp |
720 | If this option is set to | 737 | If this option is set to |
721 | .Cm no | 738 | .Cm no |
722 | (the default), | 739 | (the upstream default), |
723 | remote X11 clients will be considered untrusted and prevented | 740 | remote X11 clients will be considered untrusted and prevented |
724 | from stealing or tampering with data belonging to trusted X11 | 741 | from stealing or tampering with data belonging to trusted X11 |
725 | clients. | 742 | clients. |