Repository: camel
Updated Branches:
  refs/heads/master e06e2af36 -> 3d9bca95c


CAMEL-9895. Add a default password to access the SSH server


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3d9bca95
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3d9bca95
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3d9bca95

Branch: refs/heads/master
Commit: 3d9bca95c0ffa32f8dd132e4832514b14da39ad5
Parents: e06e2af
Author: Charles Moulliard <cmoulli...@apache.org>
Authored: Thu Apr 21 08:57:20 2016 +0200
Committer: Charles Moulliard <cmoulli...@apache.org>
Committed: Thu Apr 21 08:57:20 2016 +0200

----------------------------------------------------------------------
 examples/camel-example-spring-boot/README.md                      | 2 +-
 .../camel-example-spring-boot/src/main/resources/application.yml  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3d9bca95/examples/camel-example-spring-boot/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-boot/README.md 
b/examples/camel-example-spring-boot/README.md
index 4e99f46..d18fb2c 100644
--- a/examples/camel-example-spring-boot/README.md
+++ b/examples/camel-example-spring-boot/README.md
@@ -41,7 +41,7 @@ You can SSH into the JVM using
 
     ssh -p 2000 user@localhost
 
-And then use the generated password that spring-boot logged when it was 
staring.
+And then use `password` when the server will prompt to encode the password.
 
 
 ### Documentation

http://git-wip-us.apache.org/repos/asf/camel/blob/3d9bca95/examples/camel-example-spring-boot/src/main/resources/application.yml
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-spring-boot/src/main/resources/application.yml 
b/examples/camel-example-spring-boot/src/main/resources/application.yml
index ad9d16c..59fc3f5 100644
--- a/examples/camel-example-spring-boot/src/main/resources/application.yml
+++ b/examples/camel-example-spring-boot/src/main/resources/application.yml
@@ -15,4 +15,5 @@
 ## limitations under the License.
 ## ------------------------------------------------------------------------
 
-spring.main.sources: org.apache.camel.example.spring.boot.MySpringBootRouter
\ No newline at end of file
+spring.main.sources: org.apache.camel.example.spring.boot.MySpringBootRouter
+shell.auth.simple.user.password: password

Reply via email to