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 f9ede7a31..e6649acfc 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -701,11 +701,43 @@ Specifies whether user authentication based on GSSAPI is allowed.
701The default is 701The default is
702.Dq no . 702.Dq no .
703Note that this option applies to protocol version 2 only. 703Note that this option applies to protocol version 2 only.
704.It Cm GSSAPIKeyExchange
705Specifies whether key exchange based on GSSAPI may be used. When using
706GSSAPI key exchange the server need not have a host key.
707The default is
708.Dq no .
709Note that this option applies to protocol version 2 only.
710.It Cm GSSAPIClientIdentity
711If set, specifies the GSSAPI client identity that ssh should use when
712connecting to the server. The default is unset, which means that the default
713identity will be used.
714.It Cm GSSAPIServerIdentity
715If set, specifies the GSSAPI server identity that ssh should expect when
716connecting to the server. The default is unset, which means that the
717expected GSSAPI server identity will be determined from the target
718hostname.
704.It Cm GSSAPIDelegateCredentials 719.It Cm GSSAPIDelegateCredentials
705Forward (delegate) credentials to the server. 720Forward (delegate) credentials to the server.
706The default is 721The default is
707.Dq no . 722.Dq no .
708Note that this option applies to protocol version 2 only. 723Note that this option applies to protocol version 2 connections using GSSAPI.
724.It Cm GSSAPIRenewalForcesRekey
725If set to
726.Dq yes
727then renewal of the client's GSSAPI credentials will force the rekeying of the
728ssh connection. With a compatible server, this can delegate the renewed
729credentials to a session on the server.
730The default is
731.Dq no .
732.It Cm GSSAPITrustDns
733Set to
734.Dq yes to indicate that the DNS is trusted to securely canonicalize
735the name of the host being connected to. If
736.Dq no, the hostname entered on the
737command line will be passed untouched to the GSSAPI library.
738The default is
739.Dq no .
740This option only applies to protocol version 2 connections using GSSAPI.
709.It Cm HashKnownHosts 741.It Cm HashKnownHosts
710Indicates that 742Indicates that
711.Xr ssh 1 743.Xr ssh 1