summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.519
1 files changed, 18 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 8698c28ee..26f983a3e 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -74,6 +74,22 @@ Since the first obtained value for each parameter is used, more
74host-specific declarations should be given near the beginning of the 74host-specific declarations should be given near the beginning of the
75file, and general defaults at the end. 75file, and general defaults at the end.
76.Pp 76.Pp
77Note that the Debian
78.Ic openssh-client
79package sets several options as standard in
80.Pa /etc/ssh/ssh_config
81which 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
77The file contains keyword-argument pairs, one per line. 93The file contains keyword-argument pairs, one per line.
78Lines starting with 94Lines starting with
79.Ql # 95.Ql #
@@ -711,11 +727,12 @@ elapsed.
711.It Cm ForwardX11Trusted 727.It Cm ForwardX11Trusted
712If this option is set to 728If this option is set to
713.Cm yes , 729.Cm yes ,
730(the Debian-specific default),
714remote X11 clients will have full access to the original X11 display. 731remote X11 clients will have full access to the original X11 display.
715.Pp 732.Pp
716If this option is set to 733If this option is set to
717.Cm no 734.Cm no
718(the default), 735(the upstream default),
719remote X11 clients will be considered untrusted and prevented 736remote X11 clients will be considered untrusted and prevented
720from stealing or tampering with data belonging to trusted X11 737from stealing or tampering with data belonging to trusted X11
721clients. 738clients.