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