diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index c1ad53dcf..83de2f7e4 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -477,11 +477,28 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
477 | The default is | 477 | The default is |
478 | .Dq no . | 478 | .Dq no . |
479 | Note that this option applies to protocol version 2 only. | 479 | Note that this option applies to protocol version 2 only. |
480 | .It Cm GSSAPIKeyExchange | ||
481 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
482 | GSSAPI key exchange the server need not have a host key. | ||
483 | The default is | ||
484 | .Dq no . | ||
485 | Note that this option applies to protocol version 2 only. | ||
480 | .It Cm GSSAPIDelegateCredentials | 486 | .It Cm GSSAPIDelegateCredentials |
481 | Forward (delegate) credentials to the server. | 487 | Forward (delegate) credentials to the server. |
482 | The default is | 488 | The default is |
483 | .Dq no . | 489 | .Dq no . |
484 | Note that this option applies to protocol version 2 only. | 490 | Note that this option applies to protocol version 2 only. |
491 | .It Cm GSSAPITrustDns | ||
492 | Set to | ||
493 | .Dq yes | ||
494 | to indicate that the DNS is trusted to securely canonicalize | ||
495 | the name of the host being connected to. If | ||
496 | .Dq no , | ||
497 | the hostname entered on the | ||
498 | command line will be passed untouched to the GSSAPI library. | ||
499 | The default is | ||
500 | .Dq no . | ||
501 | This option only applies to protocol version 2 connections using GSSAPI. | ||
485 | .It Cm HashKnownHosts | 502 | .It Cm HashKnownHosts |
486 | Indicates that | 503 | Indicates that |
487 | .Xr ssh 1 | 504 | .Xr ssh 1 |