summaryrefslogtreecommitdiffstats
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-17 02:48:13 +0200
committerDamien Miller <djm@mindrot.org>2013-10-17 02:48:13 +0200
commit3850559be93f1a442ae9ed370e8c389889dd5f72 (patch)
tree82dd3228fdd4140ad1d563275d6e2dbbda291c8d /ssh_config.5
parent - jmc@cvs.openbsd.org 2013/10/16 06:42:25 (diff)
downloadopenssh-3850559be93f1a442ae9ed370e8c389889dd5f72.tar.xz
openssh-3850559be93f1a442ae9ed370e8c389889dd5f72.zip
- djm@cvs.openbsd.org 2013/10/16 22:49:39
[readconf.c readconf.h ssh.1 ssh.c ssh_config.5] s/canonicalise/canonicalize/ for consistency with existing spelling, e.g. authorized_keys; pointed out by naddy@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.524
1 files changed, 12 insertions, 12 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 2c0e66556..586db6b9f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.172 2013/10/16 06:42:25 jmc Exp $
+.\" $OpenBSD: ssh_config.5,v 1.173 2013/10/16 22:49:39 djm Exp $
.Dd $Mdocdate: October 16 2013 $
.Dt SSH_CONFIG 5
.Os
@@ -202,10 +202,10 @@ is set to
.Dq yes .
.It Cm CanonicalDomains
When
-.Cm CanonicaliseHostname
+.Cm CanonicalizeHostname
is enabled, this option specifies the list of domain suffixes in which to
search for the specified destination host.
-.It Cm CanonicaliseFallbackLocal
+.It Cm CanonicalizeFallbackLocal
Specifies whether to fail with an error when hostname canonicalisation fails.
The default,
.Dq no ,
@@ -216,11 +216,11 @@ A value of
will cause
.Xr ssh 1
to fail instantly if
-.Cm CanonicaliseHostname
+.Cm CanonicalizeHostname
is enabled and the target hostname cannot be found in any of the domains
specified by
.Cm CanonicalDomains .
-.It Cm CanonicaliseHostname
+.It Cm CanonicalizeHostname
Controls whether explicit hostname canonicalisation is performed.
The default,
.Dq no ,
@@ -231,26 +231,26 @@ If set to
then, for connections that do not use a
.Cm ProxyCommand ,
.Xr ssh 1
-will attempt to canonicalise the hostname specified on the command line
+will attempt to canonicalize the hostname specified on the command line
using the
.Cm CanonicalDomains
suffixes and
-.Cm CanonicalisePermittedCNAMEs
+.Cm CanonicalizePermittedCNAMEs
rules.
If
-.Cm CanonicaliseHostname
+.Cm CanonicalizeHostname
is set to
.Dq always ,
then canonicalisation is applied to proxied connections too.
-.It Cm CanonicaliseMaxDots
+.It Cm CanonicalizeMaxDots
Specifies the maximum number of dot characters in a hostname before
canonicalisation is disabled.
The default,
.Dq 1 ,
allows a single dot (i.e. hostname.subdomain).
-.It Cm CanonicalisePermittedCNAMEs
+.It Cm CanonicalizePermittedCNAMEs
Specifies rules to determine whether CNAMEs should be followed when
-canonicalising hostnames.
+canonicalizing hostnames.
The rules consist of one or more arguments of
.Ar source_domain_list : Ns Ar target_domain_list ,
where
@@ -264,7 +264,7 @@ For example,
.Dq *.a.example.com:*.b.example.com,*.c.example.com
will allow hostnames matching
.Dq *.a.example.com
-to be canonicalised to names in the
+to be canonicalized to names in the
.Dq *.b.example.com
or
.Dq *.c.example.com