summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
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 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.172 2013/10/16 06:42:25 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.173 2013/10/16 22:49:39 djm Exp $
37.Dd $Mdocdate: October 16 2013 $ 37.Dd $Mdocdate: October 16 2013 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -202,10 +202,10 @@ is set to
202.Dq yes . 202.Dq yes .
203.It Cm CanonicalDomains 203.It Cm CanonicalDomains
204When 204When
205.Cm CanonicaliseHostname 205.Cm CanonicalizeHostname
206is enabled, this option specifies the list of domain suffixes in which to 206is enabled, this option specifies the list of domain suffixes in which to
207search for the specified destination host. 207search for the specified destination host.
208.It Cm CanonicaliseFallbackLocal 208.It Cm CanonicalizeFallbackLocal
209Specifies whether to fail with an error when hostname canonicalisation fails. 209Specifies whether to fail with an error when hostname canonicalisation fails.
210The default, 210The default,
211.Dq no , 211.Dq no ,
@@ -216,11 +216,11 @@ A value of
216will cause 216will cause
217.Xr ssh 1 217.Xr ssh 1
218to fail instantly if 218to fail instantly if
219.Cm CanonicaliseHostname 219.Cm CanonicalizeHostname
220is enabled and the target hostname cannot be found in any of the domains 220is enabled and the target hostname cannot be found in any of the domains
221specified by 221specified by
222.Cm CanonicalDomains . 222.Cm CanonicalDomains .
223.It Cm CanonicaliseHostname 223.It Cm CanonicalizeHostname
224Controls whether explicit hostname canonicalisation is performed. 224Controls whether explicit hostname canonicalisation is performed.
225The default, 225The default,
226.Dq no , 226.Dq no ,
@@ -231,26 +231,26 @@ If set to
231then, for connections that do not use a 231then, for connections that do not use a
232.Cm ProxyCommand , 232.Cm ProxyCommand ,
233.Xr ssh 1 233.Xr ssh 1
234will attempt to canonicalise the hostname specified on the command line 234will attempt to canonicalize the hostname specified on the command line
235using the 235using the
236.Cm CanonicalDomains 236.Cm CanonicalDomains
237suffixes and 237suffixes and
238.Cm CanonicalisePermittedCNAMEs 238.Cm CanonicalizePermittedCNAMEs
239rules. 239rules.
240If 240If
241.Cm CanonicaliseHostname 241.Cm CanonicalizeHostname
242is set to 242is set to
243.Dq always , 243.Dq always ,
244then canonicalisation is applied to proxied connections too. 244then canonicalisation is applied to proxied connections too.
245.It Cm CanonicaliseMaxDots 245.It Cm CanonicalizeMaxDots
246Specifies the maximum number of dot characters in a hostname before 246Specifies the maximum number of dot characters in a hostname before
247canonicalisation is disabled. 247canonicalisation is disabled.
248The default, 248The default,
249.Dq 1 , 249.Dq 1 ,
250allows a single dot (i.e. hostname.subdomain). 250allows a single dot (i.e. hostname.subdomain).
251.It Cm CanonicalisePermittedCNAMEs 251.It Cm CanonicalizePermittedCNAMEs
252Specifies rules to determine whether CNAMEs should be followed when 252Specifies rules to determine whether CNAMEs should be followed when
253canonicalising hostnames. 253canonicalizing hostnames.
254The rules consist of one or more arguments of 254The rules consist of one or more arguments of
255.Ar source_domain_list : Ns Ar target_domain_list , 255.Ar source_domain_list : Ns Ar target_domain_list ,
256where 256where
@@ -264,7 +264,7 @@ For example,
264.Dq *.a.example.com:*.b.example.com,*.c.example.com 264.Dq *.a.example.com:*.b.example.com,*.c.example.com
265will allow hostnames matching 265will allow hostnames matching
266.Dq *.a.example.com 266.Dq *.a.example.com
267to be canonicalised to names in the 267to be canonicalized to names in the
268.Dq *.b.example.com 268.Dq *.b.example.com
269or 269or
270.Dq *.c.example.com 270.Dq *.c.example.com