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 889def626..979f9282f 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -479,6 +479,16 @@ Forward (delegate) credentials to the server. | |||
479 | The default is | 479 | The default is |
480 | .Dq no . | 480 | .Dq no . |
481 | Note that this option applies to protocol version 2 only. | 481 | Note that this option applies to protocol version 2 only. |
482 | .It Cm GSSAPITrustDns | ||
483 | Set to | ||
484 | .Dq yes to indicate that the DNS is trusted to securely canonicalize | ||
485 | the name of the host being connected to. If | ||
486 | .Dq no, the hostname entered on the | ||
487 | command line will be passed untouched to the GSSAPI library. | ||
488 | The default is | ||
489 | .Dq no . | ||
490 | This option only applies to protocol version 2 connections using GSSAPI | ||
491 | key exchange. | ||
482 | .It Cm HashKnownHosts | 492 | .It Cm HashKnownHosts |
483 | Indicates that | 493 | Indicates that |
484 | .Nm ssh | 494 | .Nm ssh |