Added additional options for GIT SSH configuration property configuration (#775)

Abilty to specify known_hosts file
 Added option to specify SSH 'PreferredAuthentications' property to override SSH server priorities for authentication methods.

fixes gh-101
This commit is contained in:
Edgars Jasmans
2017-09-01 02:05:34 +03:00
committed by Spencer Gibb
parent c97206e55c
commit 18a5da61d4
8 changed files with 232 additions and 6 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.
|===