* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This command will remove the comma which makes the new password unusable so it needs put a "," in the replacement string as well.
For comparison look at the password change function which has the "," in both the search and replace.
https://github.com/openhab/openhabian/blob/master/functions/passwords.sh
sed -i "s/openhab = .*,/openhab = $passwordChange,/g" /var/lib/openhab2/etc/users.properties
* Update Linux instructions for 2.2.0
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Correct console link
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add warning about known_hosts file using SSH
And suggest using the Karaf console script instead of SSH on localhost.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add user/pass info at relevant point.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update windows with client script note.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update console page according to reviews
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update Linux page according to reviews
Signed-off-by: Ben Clark <ben@benjyc.uk>
* openhab-distro:#533: Change sshHost description
See https://github.com/openhab/openhab-distro/issues/533
However, I only changed this for the *"Bind Console to All Interfaces"* section, but other section are affected by the same issue.
Signed-off-by: Ian Hubbertz ian_web1@hubbertz.de
* Change directory references to $OPENHAB_CONF
- Addresses comments submitted by @ThomDietrich and @bgilmer77
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github:bgilmer77)
* Fix long sentence
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
Resolves#168Resolves#298Resolves#299Resolves#345
* Clarify console access via localhost (#168)
Also, minor editing for clarity and ease of use.
Signed-off-by: Shaun Currier <shaun.currier@gmail.com> (github: ShaunCurrier)
* Refresh successful console connection example
Make ssh command ordering more conventional
Signed-off-by: Shaun Currier shaun.currier@gmail.com (github: ShaunCurrier)
* Add detailed console password and port change (#345)
Also reorganized headers to accommodate new detail and for easier navigation.
* Link to bind to all interfaces header
* Add walkthrough for console connection.
Also, clean up wording about distinction of interactive vs. service mode console access.
* Minor cleanups from proofing
* Minor fixes from building and proofing
* Revise whole article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update console.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Replaced "Karaf console" by simply "console"
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* also changed menu entry
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* some missed changes...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* moved sentences to single lines
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* Fix the command to access the console
and add an advice in case the command fails.
* Replace warning and improve console interfaces
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
minor spelling and format inconsistencies
upper case headlines
deletes spaces and lines at the end
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>