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