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