summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.529
1 files changed, 28 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index ddb806ec0..91c2cd2c6 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -509,11 +509,38 @@ Specifies whether user authentication based on GSSAPI is allowed.
509The default is 509The default is
510.Dq no . 510.Dq no .
511Note that this option applies to protocol version 2 only. 511Note that this option applies to protocol version 2 only.
512.It Cm GSSAPIKeyExchange
513Specifies whether key exchange based on GSSAPI may be used. When using
514GSSAPI key exchange the server need not have a host key.
515The default is
516.Dq no .
517Note that this option applies to protocol version 2 only.
518.It Cm GSSAPIClientIdentity
519If set, specifies the GSSAPI client identity that ssh should use when
520connecting to the server. The default is unset, which means that the default
521identity will be used.
512.It Cm GSSAPIDelegateCredentials 522.It Cm GSSAPIDelegateCredentials
513Forward (delegate) credentials to the server. 523Forward (delegate) credentials to the server.
514The default is 524The default is
515.Dq no . 525.Dq no .
516Note that this option applies to protocol version 2 only. 526Note that this option applies to protocol version 2 connections using GSSAPI.
527.It Cm GSSAPIRenewalForcesRekey
528If set to
529.Dq yes
530then renewal of the client's GSSAPI credentials will force the rekeying of the
531ssh connection. With a compatible server, this can delegate the renewed
532credentials to a session on the server.
533The default is
534.Dq no .
535.It Cm GSSAPITrustDns
536Set to
537.Dq yes to indicate that the DNS is trusted to securely canonicalize
538the name of the host being connected to. If
539.Dq no, the hostname entered on the
540command line will be passed untouched to the GSSAPI library.
541The default is
542.Dq no .
543This option only applies to protocol version 2 connections using GSSAPI.
517.It Cm HashKnownHosts 544.It Cm HashKnownHosts
518Indicates that 545Indicates that
519.Xr ssh 1 546.Xr ssh 1