diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 268a627b2..b84026195 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -744,11 +744,43 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
744 | The default is | 744 | The default is |
745 | .Dq no . | 745 | .Dq no . |
746 | Note that this option applies to protocol version 2 only. | 746 | Note that this option applies to protocol version 2 only. |
747 | .It Cm GSSAPIKeyExchange | ||
748 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
749 | GSSAPI key exchange the server need not have a host key. | ||
750 | The default is | ||
751 | .Dq no . | ||
752 | Note that this option applies to protocol version 2 only. | ||
753 | .It Cm GSSAPIClientIdentity | ||
754 | If set, specifies the GSSAPI client identity that ssh should use when | ||
755 | connecting to the server. The default is unset, which means that the default | ||
756 | identity will be used. | ||
757 | .It Cm GSSAPIServerIdentity | ||
758 | If set, specifies the GSSAPI server identity that ssh should expect when | ||
759 | connecting to the server. The default is unset, which means that the | ||
760 | expected GSSAPI server identity will be determined from the target | ||
761 | hostname. | ||
747 | .It Cm GSSAPIDelegateCredentials | 762 | .It Cm GSSAPIDelegateCredentials |
748 | Forward (delegate) credentials to the server. | 763 | Forward (delegate) credentials to the server. |
749 | The default is | 764 | The default is |
750 | .Dq no . | 765 | .Dq no . |
751 | Note that this option applies to protocol version 2 only. | 766 | Note that this option applies to protocol version 2 connections using GSSAPI. |
767 | .It Cm GSSAPIRenewalForcesRekey | ||
768 | If set to | ||
769 | .Dq yes | ||
770 | then renewal of the client's GSSAPI credentials will force the rekeying of the | ||
771 | ssh connection. With a compatible server, this can delegate the renewed | ||
772 | credentials to a session on the server. | ||
773 | The default is | ||
774 | .Dq no . | ||
775 | .It Cm GSSAPITrustDns | ||
776 | Set to | ||
777 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
778 | the name of the host being connected to. If | ||
779 | .Dq no, the hostname entered on the | ||
780 | command line will be passed untouched to the GSSAPI library. | ||
781 | The default is | ||
782 | .Dq no . | ||
783 | This option only applies to protocol version 2 connections using GSSAPI. | ||
752 | .It Cm HashKnownHosts | 784 | .It Cm HashKnownHosts |
753 | Indicates that | 785 | Indicates that |
754 | .Xr ssh 1 | 786 | .Xr ssh 1 |