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 f9ede7a31..e6649acfc 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -701,11 +701,43 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
701 | The default is | 701 | The default is |
702 | .Dq no . | 702 | .Dq no . |
703 | Note that this option applies to protocol version 2 only. | 703 | Note that this option applies to protocol version 2 only. |
704 | .It Cm GSSAPIKeyExchange | ||
705 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
706 | GSSAPI key exchange the server need not have a host key. | ||
707 | The default is | ||
708 | .Dq no . | ||
709 | Note that this option applies to protocol version 2 only. | ||
710 | .It Cm GSSAPIClientIdentity | ||
711 | If set, specifies the GSSAPI client identity that ssh should use when | ||
712 | connecting to the server. The default is unset, which means that the default | ||
713 | identity will be used. | ||
714 | .It Cm GSSAPIServerIdentity | ||
715 | If set, specifies the GSSAPI server identity that ssh should expect when | ||
716 | connecting to the server. The default is unset, which means that the | ||
717 | expected GSSAPI server identity will be determined from the target | ||
718 | hostname. | ||
704 | .It Cm GSSAPIDelegateCredentials | 719 | .It Cm GSSAPIDelegateCredentials |
705 | Forward (delegate) credentials to the server. | 720 | Forward (delegate) credentials to the server. |
706 | The default is | 721 | The default is |
707 | .Dq no . | 722 | .Dq no . |
708 | Note that this option applies to protocol version 2 only. | 723 | Note that this option applies to protocol version 2 connections using GSSAPI. |
724 | .It Cm GSSAPIRenewalForcesRekey | ||
725 | If set to | ||
726 | .Dq yes | ||
727 | then renewal of the client's GSSAPI credentials will force the rekeying of the | ||
728 | ssh connection. With a compatible server, this can delegate the renewed | ||
729 | credentials to a session on the server. | ||
730 | The default is | ||
731 | .Dq no . | ||
732 | .It Cm GSSAPITrustDns | ||
733 | Set to | ||
734 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
735 | the name of the host being connected to. If | ||
736 | .Dq no, the hostname entered on the | ||
737 | command line will be passed untouched to the GSSAPI library. | ||
738 | The default is | ||
739 | .Dq no . | ||
740 | This option only applies to protocol version 2 connections using GSSAPI. | ||
709 | .It Cm HashKnownHosts | 741 | .It Cm HashKnownHosts |
710 | Indicates that | 742 | Indicates that |
711 | .Xr ssh 1 | 743 | .Xr ssh 1 |