From fd7e4b5cfb82383daafa009d33f07f42e619936e Mon Sep 17 00:00:00 2001
From: buildmaster
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 |
|
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 |
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/single/spring-cloud-config.html b/single/spring-cloud-config.html index 3aecd97b..b05db579 100644 --- a/single/spring-cloud-config.html +++ b/single/spring-cloud-config.html @@ -353,7 +353,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 key
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 |
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/spring-cloud-config.xml b/spring-cloud-config.xml index dc4ef853..65cae801 100644 --- a/spring-cloud-config.xml +++ b/spring-cloud-config.xml @@ -528,6 +528,14 @@ Example:strictHostKeyChecking + true orfalse . 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.