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 b5803920f..e7accd6a3 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -682,11 +682,43 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
682 | The default is | 682 | The default is |
683 | .Dq no . | 683 | .Dq no . |
684 | Note that this option applies to protocol version 2 only. | 684 | Note that this option applies to protocol version 2 only. |
685 | .It Cm GSSAPIKeyExchange | ||
686 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
687 | GSSAPI key exchange the server need not have a host key. | ||
688 | The default is | ||
689 | .Dq no . | ||
690 | Note that this option applies to protocol version 2 only. | ||
691 | .It Cm GSSAPIClientIdentity | ||
692 | If set, specifies the GSSAPI client identity that ssh should use when | ||
693 | connecting to the server. The default is unset, which means that the default | ||
694 | identity will be used. | ||
695 | .It Cm GSSAPIServerIdentity | ||
696 | If set, specifies the GSSAPI server identity that ssh should expect when | ||
697 | connecting to the server. The default is unset, which means that the | ||
698 | expected GSSAPI server identity will be determined from the target | ||
699 | hostname. | ||
685 | .It Cm GSSAPIDelegateCredentials | 700 | .It Cm GSSAPIDelegateCredentials |
686 | Forward (delegate) credentials to the server. | 701 | Forward (delegate) credentials to the server. |
687 | The default is | 702 | The default is |
688 | .Dq no . | 703 | .Dq no . |
689 | Note that this option applies to protocol version 2 only. | 704 | Note that this option applies to protocol version 2 connections using GSSAPI. |
705 | .It Cm GSSAPIRenewalForcesRekey | ||
706 | If set to | ||
707 | .Dq yes | ||
708 | then renewal of the client's GSSAPI credentials will force the rekeying of the | ||
709 | ssh connection. With a compatible server, this can delegate the renewed | ||
710 | credentials to a session on the server. | ||
711 | The default is | ||
712 | .Dq no . | ||
713 | .It Cm GSSAPITrustDns | ||
714 | Set to | ||
715 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
716 | the name of the host being connected to. If | ||
717 | .Dq no, the hostname entered on the | ||
718 | command line will be passed untouched to the GSSAPI library. | ||
719 | The default is | ||
720 | .Dq no . | ||
721 | This option only applies to protocol version 2 connections using GSSAPI. | ||
690 | .It Cm HashKnownHosts | 722 | .It Cm HashKnownHosts |
691 | Indicates that | 723 | Indicates that |
692 | .Xr ssh 1 | 724 | .Xr ssh 1 |