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