summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-12-24 13:02:05 +0000
committerColin Watson <cjwatson@debian.org>2007-12-24 13:02:05 +0000
commitbdaf191fbc1cfb292f9e2823aea30cae9a028803 (patch)
tree151b603798e521c18f393ba088914c02f9413c77 /ssh_config.5
parent50306813562e7c683673eb42727d96ea41ccffac (diff)
* Document the non-default options we set as standard in ssh_config(5) and
sshd_config(5) (closes: #327886, #345628).
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.516
1 files changed, 16 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 585a36878..b048a54f5 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -72,6 +72,22 @@ Since the first obtained value for each parameter is used, more
72host-specific declarations should be given near the beginning of the 72host-specific declarations should be given near the beginning of the
73file, and general defaults at the end. 73file, and general defaults at the end.
74.Pp 74.Pp
75Note that the Debian
76.Ic openssh-client
77package sets several options as standard in
78.Pa /etc/ssh/ssh_config
79which are not the default in
80.Xr ssh 1 :
81.Pp
82.Bl -bullet -offset indent -compact
83.It
84.Cm SendEnv No LANG LC_*
85.It
86.Cm HashKnownHosts No yes
87.It
88.Cm GSSAPIAuthentication No yes
89.El
90.Pp
75The configuration file has the following format: 91The configuration file has the following format:
76.Pp 92.Pp
77Empty lines and lines starting with 93Empty lines and lines starting with