Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 7df556977 -> a77ce616b


Add instruction on how to change default Karaf credentials


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/0060d25a
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/0060d25a
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/0060d25a

Branch: refs/heads/master
Commit: 0060d25a8994f7d76c955f57cd080b01a1da5e4e
Parents: 1679a90
Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Authored: Wed Aug 24 17:42:01 2016 +0300
Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Committed: Wed Aug 24 19:01:43 2016 +0300

----------------------------------------------------------------------
 guide/ops/production-installation.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/0060d25a/guide/ops/production-installation.md
----------------------------------------------------------------------
diff --git a/guide/ops/production-installation.md 
b/guide/ops/production-installation.md
index 3748712..d5cf3e6 100644
--- a/guide/ops/production-installation.md
+++ b/guide/ops/production-installation.md
@@ -10,6 +10,7 @@ To install Apache Brooklyn on a production server:
 1. [Set up the prerequisites](#prerequisites)
 1. [Download Apache Brooklyn](#download)
 1. [Configuring brooklyn.properties](#configuring-properties)
+1. [Configuring Karaf Security](#configuring-karaf-security)
 1. [Configuring default.catalog.bom](#configuring-catalog)
 1. [Test the installation](#confirm)
 
@@ -81,6 +82,13 @@ It may be useful to use the following script to install an 
initial `brooklyn.pro
 % chmod 600 ~/.brooklyn/brooklyn.properties
 {% endhighlight %}
 
+### <a id="configuring-karaf-security"></a>Configuring Karaf Security
+
+Out of the box, Apache Brooklyn includes the default Karaf security 
configuration.
+This configuration is used to manage connections to the ssh port of Karaf
+(which is available to localhost connections only).
+It is recommended that you update the credentials as detailed in the
+[Karaf 
Security](https://karaf.apache.org/manual/latest/security#_users_groups_roles_and_passwords)
 page.
 
 ### <a id="configuring-catalog"></a>Configuring the Catalog
 

Reply via email to