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 eab8dd01c..9a06a757a 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -720,10 +720,42 @@ The default is
720Specifies whether user authentication based on GSSAPI is allowed. 720Specifies whether user authentication based on GSSAPI is allowed.
721The default is 721The default is
722.Cm no . 722.Cm no .
723.It Cm GSSAPIKeyExchange
724Specifies whether key exchange based on GSSAPI may be used. When using
725GSSAPI key exchange the server need not have a host key.
726The default is
727.Cm no .
728.It Cm GSSAPIClientIdentity
729If set, specifies the GSSAPI client identity that ssh should use when
730connecting to the server. The default is unset, which means that the default
731identity will be used.
732.It Cm GSSAPIServerIdentity
733If set, specifies the GSSAPI server identity that ssh should expect when
734connecting to the server. The default is unset, which means that the
735expected GSSAPI server identity will be determined from the target
736hostname.
723.It Cm GSSAPIDelegateCredentials 737.It Cm GSSAPIDelegateCredentials
724Forward (delegate) credentials to the server. 738Forward (delegate) credentials to the server.
725The default is 739The default is
726.Cm no . 740.Cm no .
741.It Cm GSSAPIRenewalForcesRekey
742If set to
743.Cm yes
744then renewal of the client's GSSAPI credentials will force the rekeying of the
745ssh connection. With a compatible server, this can delegate the renewed
746credentials to a session on the server.
747The default is
748.Cm no .
749.It Cm GSSAPITrustDns
750Set to
751.Cm yes
752to indicate that the DNS is trusted to securely canonicalize
753the name of the host being connected to. If
754.Cm no ,
755the hostname entered on the
756command line will be passed untouched to the GSSAPI library.
757The default is
758.Cm no .
727.It Cm HashKnownHosts 759.It Cm HashKnownHosts
728Indicates that 760Indicates that
729.Xr ssh 1 761.Xr ssh 1