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