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