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 9ddb09480..9033185b1 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -447,6 +447,16 @@ Forward (delegate) credentials to the server. | |||
447 | The default is | 447 | The default is |
448 | .Dq no . | 448 | .Dq no . |
449 | Note that this option applies to protocol version 2 only. | 449 | Note that this option applies to protocol version 2 only. |
450 | .It Cm GSSAPITrustDns | ||
451 | Set to | ||
452 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
453 | the name of the host being connected to. If | ||
454 | .Dq no, the hostname entered on the | ||
455 | command line will be passed untouched to the GSSAPI library. | ||
456 | The default is | ||
457 | .Dq no . | ||
458 | This option only applies to protocol version 2 connections using GSSAPI | ||
459 | key exchange. | ||
450 | .It Cm HashKnownHosts | 460 | .It Cm HashKnownHosts |
451 | Indicates that | 461 | Indicates that |
452 | .Nm ssh | 462 | .Nm ssh |