Merge branch 'master' into 2.0.x

This commit is contained in:
Spencer Gibb
2017-09-11 15:24:55 -06:00
12 changed files with 245 additions and 17 deletions

View File

@@ -429,6 +429,12 @@ Example:
|*strictHostKeyChecking*
|`true` or `false`. If false, ignore errors with host key
|*knownHostsFile*
|Location of custom .known_hosts file
|*preferredAuthentications*
|Override server authentication method order. This should allow evade login prompts if server has keyboard-interactive authentication before `publickey` method.
|===