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 c1ad53dcf..83de2f7e4 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -477,11 +477,28 @@ Specifies whether user authentication based on GSSAPI is allowed.
477The default is 477The default is
478.Dq no . 478.Dq no .
479Note that this option applies to protocol version 2 only. 479Note that this option applies to protocol version 2 only.
480.It Cm GSSAPIKeyExchange
481Specifies whether key exchange based on GSSAPI may be used. When using
482GSSAPI key exchange the server need not have a host key.
483The default is
484.Dq no .
485Note that this option applies to protocol version 2 only.
480.It Cm GSSAPIDelegateCredentials 486.It Cm GSSAPIDelegateCredentials
481Forward (delegate) credentials to the server. 487Forward (delegate) credentials to the server.
482The default is 488The default is
483.Dq no . 489.Dq no .
484Note that this option applies to protocol version 2 only. 490Note that this option applies to protocol version 2 only.
491.It Cm GSSAPITrustDns
492Set to
493.Dq yes
494to indicate that the DNS is trusted to securely canonicalize
495the name of the host being connected to. If
496.Dq no ,
497the hostname entered on the
498command line will be passed untouched to the GSSAPI library.
499The default is
500.Dq no .
501This option only applies to protocol version 2 connections using GSSAPI.
485.It Cm HashKnownHosts 502.It Cm HashKnownHosts
486Indicates that 503Indicates that
487.Xr ssh 1 504.Xr ssh 1