diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 5c94ffc9c..5c41189fa 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -471,6 +471,16 @@ Forward (delegate) credentials to the server. | |||
471 | The default is | 471 | The default is |
472 | .Dq no . | 472 | .Dq no . |
473 | Note that this option applies to protocol version 2 only. | 473 | Note that this option applies to protocol version 2 only. |
474 | .It Cm GSSAPITrustDns | ||
475 | Set to | ||
476 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
477 | the name of the host being connected to. If | ||
478 | .Dq no, the hostname entered on the | ||
479 | command line will be passed untouched to the GSSAPI library. | ||
480 | The default is | ||
481 | .Dq no . | ||
482 | This option only applies to protocol version 2 connections using GSSAPI | ||
483 | key exchange. | ||
474 | .It Cm HashKnownHosts | 484 | .It Cm HashKnownHosts |
475 | Indicates that | 485 | Indicates that |
476 | .Nm ssh | 486 | .Nm ssh |