summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.514
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 586db6b9f..c99678f6f 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.173 2013/10/16 22:49:39 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.174 2013/10/16 22:58:01 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
@@ -206,7 +206,7 @@ When
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 CanonicalizeFallbackLocal 208.It Cm CanonicalizeFallbackLocal
209Specifies whether to fail with an error when hostname canonicalisation fails. 209Specifies whether to fail with an error when hostname canonicalization fails.
210The default, 210The default,
211.Dq no , 211.Dq no ,
212will attempt to look up the unqualified hostname using the system resolver's 212will attempt to look up the unqualified hostname using the system resolver's
@@ -221,7 +221,7 @@ is 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 CanonicalizeHostname 223.It Cm CanonicalizeHostname
224Controls whether explicit hostname canonicalisation is performed. 224Controls whether explicit hostname canonicalization is performed.
225The default, 225The default,
226.Dq no , 226.Dq no ,
227is not to perform any name rewriting and let the system resolver handle all 227is not to perform any name rewriting and let the system resolver handle all
@@ -241,10 +241,10 @@ If
241.Cm CanonicalizeHostname 241.Cm CanonicalizeHostname
242is set to 242is set to
243.Dq always , 243.Dq always ,
244then canonicalisation is applied to proxied connections too. 244then canonicalization is applied to proxied connections too.
245.It Cm CanonicalizeMaxDots 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. 247canonicalization 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).
@@ -255,7 +255,7 @@ The 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
257.Ar source_domain_list 257.Ar source_domain_list
258is a pattern-list of domains that may follow CNAMEs in canonicalisation, 258is a pattern-list of domains that may follow CNAMEs in canonicalization,
259and 259and
260.Ar target_domain_list 260.Ar target_domain_list
261is a pattern-list of domains that they may resolve to. 261is a pattern-list of domains that they may resolve to.
@@ -1423,7 +1423,7 @@ Patterns within pattern-lists may be negated
1423by preceding them with an exclamation mark 1423by preceding them with an exclamation mark
1424.Pq Sq !\& . 1424.Pq Sq !\& .
1425For example, 1425For example,
1426to allow a key to be used from anywhere within an organisation 1426to allow a key to be used from anywhere within an organization
1427except from the 1427except from the
1428.Dq dialup 1428.Dq dialup
1429pool, 1429pool,