Benjamin Graf created KARAF-5397:
------------------------------------
Summary: Remove org.apache.karaf.shell config from ssh feature
Key: KARAF-5397
URL: https://issues.apache.org/jira/browse/KARAF-5397
Project: Karaf
Issue Type: Bug
Components: karaf-feature
Affects Versions: 4.1.2
Reporter: Benjamin Graf
Priority: Minor
Fix For: 4.1.3
Feature ssh still sets config:
<config name="org.apache.karaf.shell">
sshPort=8101
sshHost=0.0.0.0
sshRealm=karaf
hostKey=${karaf.etc}/host.key
</config>
The config for "org.apache.karaf.shell.cfg" is set twice in the standard
feature file causing a mess up in the result (distribution). It has been
removed from trunk in KARAF-5074 yet.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)