summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 3cadcd767..b5803920f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
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.184 2014/01/19 04:48:08 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.185 2014/02/23 20:11:36 djm Exp $
37.Dd $Mdocdate: January 19 2014 $ 37.Dd $Mdocdate: February 23 2014 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -263,6 +263,12 @@ If
263is set to 263is set to
264.Dq always , 264.Dq always ,
265then canonicalization is applied to proxied connections too. 265then canonicalization is applied to proxied connections too.
266.Pp
267If this option is enabled and canonicalisation results in the target hostname
268changing, then the configuration files are processed again using the new
269target name to pick up any new configuration in matching
270.Cm Host
271stanzas.
266.It Cm CanonicalizeMaxDots 272.It Cm CanonicalizeMaxDots
267Specifies the maximum number of dot characters in a hostname before 273Specifies the maximum number of dot characters in a hostname before
268canonicalization is disabled. 274canonicalization is disabled.