GitHub user lkiesow opened a pull request:
https://github.com/apache/karaf/pull/259
KARAF-4809, SSH should not listen to all hosts
The default SSH server configuration will make Karaf listen to all
hosts. It is usually good practice to instead listen to localhost only
by default to avoid possible security risks (e.g. accidentally exposing
an unconfigured SSH server).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lkiesow/karaf karaf-4809-default-sshd-address
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/259.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #259
----
commit 84aecb21c557ce10b70a90dc12172aac0d33deac
Author: Lars Kiesow <[email protected]>
Date: 2016-10-28T15:38:06Z
KARAF-4809, SSH should not listen to all hosts
The default SSH server configuration will make Karaf listen to all
hosts. It is usually good practice to instead listen to localhost only
by default to avoid possible security risks (e.g. accidentally exposing
an unconfigured SSH server).
Signed-off-by: Lars Kiesow <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---