summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.517
1 files changed, 17 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 85e7ba06d..15eecb6ff 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -478,11 +478,28 @@ Specifies whether user authentication based on GSSAPI is allowed.
478The default is 478The default is
479.Dq no . 479.Dq no .
480Note that this option applies to protocol version 2 only. 480Note that this option applies to protocol version 2 only.
481.It Cm GSSAPIKeyExchange
482Specifies whether key exchange based on GSSAPI may be used. When using
483GSSAPI key exchange the server need not have a host key.
484The default is
485.Dq no .
486Note that this option applies to protocol version 2 only.
481.It Cm GSSAPIDelegateCredentials 487.It Cm GSSAPIDelegateCredentials
482Forward (delegate) credentials to the server. 488Forward (delegate) credentials to the server.
483The default is 489The default is
484.Dq no . 490.Dq no .
485Note that this option applies to protocol version 2 only. 491Note that this option applies to protocol version 2 only.
492.It Cm GSSAPITrustDns
493Set to
494.Dq yes
495to indicate that the DNS is trusted to securely canonicalize
496the name of the host being connected to. If
497.Dq no ,
498the hostname entered on the
499command line will be passed untouched to the GSSAPI library.
500The default is
501.Dq no .
502This option only applies to protocol version 2 connections using GSSAPI.
486.It Cm HashKnownHosts 503.It Cm HashKnownHosts
487Indicates that 504Indicates that
488.Xr ssh 1 505.Xr ssh 1