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