diff --git a/1.4.x/multi/multi__spring_cloud_config_server.html b/1.4.x/multi/multi__spring_cloud_config_server.html index ff1dc45b..59a02dcf 100644 --- a/1.4.x/multi/multi__spring_cloud_config_server.html +++ b/1.4.x/multi/multi__spring_cloud_config_server.html @@ -260,7 +260,7 @@ Example:
69pcVH/4rmLbXdcmNYGm6iu+MlPQk4BUZknHSmVHIFdJ0EPupVaQ8RHT - -----END RSA PRIVATE KEY-----
Table 2.1. SSH Configuration properties
| Property Name | Remarks |
|---|---|
ignoreLocalSshSettings | If true, use property based SSH config instead of file based. Must be set at as |
privateKey | Valid SSH private key. Must be set if |
hostKey | Valid SSH host key. Must be set if |
hostKeyAlgorithm | One of |
strictHostKeyChecking |
|
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 |
Spring Cloud Config Server also supports a search path with + -----END RSA PRIVATE KEY-----
Table 2.1. SSH Configuration properties
| Property Name | Remarks |
|---|---|
ignoreLocalSshSettings | If true, use property based SSH config instead of file based. Must be set at as |
privateKey | Valid SSH private key. Must be set if |
hostKey | Valid SSH host key. Must be set if |
hostKeyAlgorithm | One of |
proxyHost | Hostname for the ssh proxy connection. Is optional and used only when |
proxyPort | Port for the ssh proxy connection. Must be set if |
strictHostKeyChecking |
|
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 |
Spring Cloud Config Server also supports a search path with
placeholders for the {application} and {profile} (and {label} if
you need it). Example:
spring: cloud: diff --git a/1.4.x/single/spring-cloud-config.html b/1.4.x/single/spring-cloud-config.html index c121ce8d..c42e674a 100644 --- a/1.4.x/single/spring-cloud-config.html +++ b/1.4.x/single/spring-cloud-config.html @@ -362,7 +362,7 @@ Example:69pcVH/4rmLbXdcmNYGm6iu+MlPQk4BUZknHSmVHIFdJ0EPupVaQ8RHT - -----END RSA PRIVATE KEY-----Table 2.1. SSH Configuration properties
Property Name Remarks ignoreLocalSshSettings
If true, use property based SSH config instead of file based. Must be set at as
spring.cloud.config.server.git.ignoreLocalSshSettings, not inside a repository definition.privateKey
Valid SSH private key. Must be set if
ignoreLocalSshSettingsis true and Git URI is SSH formathostKey
Valid SSH host key. Must be set if
hostKeyAlgorithmis also sethostKeyAlgorithm
One of
ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384 ,ecdsa-sha2-nistp521. Must be set ifhostKeyis also setstrictHostKeyChecking
trueorfalse. If false, ignore errors with host keyknownHostsFile
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
publickeymethod.
Spring Cloud Config Server also supports a search path with + -----END RSA PRIVATE KEY-----
Table 2.1. SSH Configuration properties
| Property Name | Remarks |
|---|---|
ignoreLocalSshSettings | If true, use property based SSH config instead of file based. Must be set at as |
privateKey | Valid SSH private key. Must be set if |
hostKey | Valid SSH host key. Must be set if |
hostKeyAlgorithm | One of |
proxyHost | Hostname for the ssh proxy connection. Is optional and used only when |
proxyPort | Port for the ssh proxy connection. Must be set if |
strictHostKeyChecking |
|
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 |
Spring Cloud Config Server also supports a search path with
placeholders for the {application} and {profile} (and {label} if
you need it). Example:
spring: cloud: diff --git a/1.4.x/spring-cloud-config.xml b/1.4.x/spring-cloud-config.xml index 9659f9c0..7c2e30dc 100644 --- a/1.4.x/spring-cloud-config.xml +++ b/1.4.x/spring-cloud-config.xml @@ -537,6 +537,14 @@ Example:One of ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384 ,ecdsa-sha2-nistp521 . Must be set ifhostKey is also set+
++ proxyHost + Hostname for the ssh proxy connection. Is optional and used only when ignoreLocalSshSettings is true+
++ proxyPort + Port for the ssh proxy connection. Must be set if proxyHost is also set|
strictHostKeyChecking true orfalse . If false, ignore errors with host key