summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.532
1 files changed, 32 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 591365f34..a7703fc77 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -748,10 +748,42 @@ The default is
748Specifies whether user authentication based on GSSAPI is allowed. 748Specifies whether user authentication based on GSSAPI is allowed.
749The default is 749The default is
750.Cm no . 750.Cm no .
751.It Cm GSSAPIKeyExchange
752Specifies whether key exchange based on GSSAPI may be used. When using
753GSSAPI key exchange the server need not have a host key.
754The default is
755.Cm no .
756.It Cm GSSAPIClientIdentity
757If set, specifies the GSSAPI client identity that ssh should use when
758connecting to the server. The default is unset, which means that the default
759identity will be used.
760.It Cm GSSAPIServerIdentity
761If set, specifies the GSSAPI server identity that ssh should expect when
762connecting to the server. The default is unset, which means that the
763expected GSSAPI server identity will be determined from the target
764hostname.
751.It Cm GSSAPIDelegateCredentials 765.It Cm GSSAPIDelegateCredentials
752Forward (delegate) credentials to the server. 766Forward (delegate) credentials to the server.
753The default is 767The default is
754.Cm no . 768.Cm no .
769.It Cm GSSAPIRenewalForcesRekey
770If set to
771.Cm yes
772then renewal of the client's GSSAPI credentials will force the rekeying of the
773ssh connection. With a compatible server, this can delegate the renewed
774credentials to a session on the server.
775The default is
776.Cm no .
777.It Cm GSSAPITrustDns
778Set to
779.Cm yes
780to indicate that the DNS is trusted to securely canonicalize
781the name of the host being connected to. If
782.Cm no ,
783the hostname entered on the
784command line will be passed untouched to the GSSAPI library.
785The default is
786.Cm no .
755.It Cm HashKnownHosts 787.It Cm HashKnownHosts
756Indicates that 788Indicates that
757.Xr ssh 1 789.Xr ssh 1