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 85e7ba06d..15eecb6ff 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -478,11 +478,28 @@ Specifies whether user authentication based on GSSAPI is allowed. | |||
478 | The default is | 478 | The default is |
479 | .Dq no . | 479 | .Dq no . |
480 | Note that this option applies to protocol version 2 only. | 480 | Note that this option applies to protocol version 2 only. |
481 | .It Cm GSSAPIKeyExchange | ||
482 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
483 | GSSAPI key exchange the server need not have a host key. | ||
484 | The default is | ||
485 | .Dq no . | ||
486 | Note that this option applies to protocol version 2 only. | ||
481 | .It Cm GSSAPIDelegateCredentials | 487 | .It Cm GSSAPIDelegateCredentials |
482 | Forward (delegate) credentials to the server. | 488 | Forward (delegate) credentials to the server. |
483 | The default is | 489 | The default is |
484 | .Dq no . | 490 | .Dq no . |
485 | Note that this option applies to protocol version 2 only. | 491 | Note that this option applies to protocol version 2 only. |
492 | .It Cm GSSAPITrustDns | ||
493 | Set to | ||
494 | .Dq yes | ||
495 | to indicate that the DNS is trusted to securely canonicalize | ||
496 | the name of the host being connected to. If | ||
497 | .Dq no , | ||
498 | the hostname entered on the | ||
499 | command line will be passed untouched to the GSSAPI library. | ||
500 | The default is | ||
501 | .Dq no . | ||
502 | This option only applies to protocol version 2 connections using GSSAPI. | ||
486 | .It Cm HashKnownHosts | 503 | .It Cm HashKnownHosts |
487 | Indicates that | 504 | Indicates that |
488 | .Xr ssh 1 | 505 | .Xr ssh 1 |