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:
committed by
Spencer Gibb
parent
c97206e55c
commit
18a5da61d4
@@ -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.
|
||||
|===
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user