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 36b1af195..1c118eefc 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -527,11 +527,43 @@ Specifies whether user authentication based on GSSAPI is allowed.
527The default is 527The default is
528.Dq no . 528.Dq no .
529Note that this option applies to protocol version 2 only. 529Note that this option applies to protocol version 2 only.
530.It Cm GSSAPIKeyExchange
531Specifies whether key exchange based on GSSAPI may be used. When using
532GSSAPI key exchange the server need not have a host key.
533The default is
534.Dq no .
535Note that this option applies to protocol version 2 only.
536.It Cm GSSAPIClientIdentity
537If set, specifies the GSSAPI client identity that ssh should use when
538connecting to the server. The default is unset, which means that the default
539identity will be used.
540.It Cm GSSAPIServerIdentity
541If set, specifies the GSSAPI server identity that ssh should expect when
542connecting to the server. The default is unset, which means that the
543expected GSSAPI server identity will be determined from the target
544hostname.
530.It Cm GSSAPIDelegateCredentials 545.It Cm GSSAPIDelegateCredentials
531Forward (delegate) credentials to the server. 546Forward (delegate) credentials to the server.
532The default is 547The default is
533.Dq no . 548.Dq no .
534Note that this option applies to protocol version 2 only. 549Note that this option applies to protocol version 2 connections using GSSAPI.
550.It Cm GSSAPIRenewalForcesRekey
551If set to
552.Dq yes
553then renewal of the client's GSSAPI credentials will force the rekeying of the
554ssh connection. With a compatible server, this can delegate the renewed
555credentials to a session on the server.
556The default is
557.Dq no .
558.It Cm GSSAPITrustDns
559Set to
560.Dq yes to indicate that the DNS is trusted to securely canonicalize
561the name of the host being connected to. If
562.Dq no, the hostname entered on the
563command line will be passed untouched to the GSSAPI library.
564The default is
565.Dq no .
566This option only applies to protocol version 2 connections using GSSAPI.
535.It Cm HashKnownHosts 567.It Cm HashKnownHosts
536Indicates that 568Indicates that
537.Xr ssh 1 569.Xr ssh 1