summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-05-12 09:46:51 +0000
committerColin Watson <cjwatson@debian.org>2006-05-12 09:46:51 +0000
commit2a3e00306c9b3b4db71a777a7c3ccb70e470c675 (patch)
treef00af0128b0ac750d739384f111000c1c97007e4 /ssh_config.5
parent2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (diff)
* Update to current GSSAPI patch from
http://www.sxw.org.uk/computing/patches/openssh-4.3p2-gsskex-20060223.patch (closes: #352042).
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 10 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 889def626..979f9282f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -479,6 +479,16 @@ Forward (delegate) credentials to the server.
479The default is 479The default is
480.Dq no . 480.Dq no .
481Note that this option applies to protocol version 2 only. 481Note that this option applies to protocol version 2 only.
482.It Cm GSSAPITrustDns
483Set to
484.Dq yes to indicate that the DNS is trusted to securely canonicalize
485the name of the host being connected to. If
486.Dq no, the hostname entered on the
487command line will be passed untouched to the GSSAPI library.
488The default is
489.Dq no .
490This option only applies to protocol version 2 connections using GSSAPI
491key exchange.
482.It Cm HashKnownHosts 492.It Cm HashKnownHosts
483Indicates that 493Indicates that
484.Nm ssh 494.Nm ssh