You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/02 08:00:03 UTC

[jira] [Commented] (KARAF-5397) Remove org.apache.karaf.shell config from ssh feature

    [ https://issues.apache.org/jira/browse/KARAF-5397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187739#comment-16187739 ] 

ASF GitHub Bot commented on KARAF-5397:
---------------------------------------

GitHub user graben opened a pull request:

    https://github.com/apache/karaf/pull/379

    KARAF-5397: Remove config for org.apache.karaf.shell.cfg from ssh fea…

    …ture

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/graben/karaf karaf-4.1.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/379.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 #379
    
----
commit b3a2cb9324c612563c94bcf41b4b7fa7b65df751
Author: Benjamin Graf <be...@gmx.net>
Date:   2017-10-02T07:56:53Z

    KARAF-5397: Remove config for org.apache.karaf.shell.cfg from ssh feature

----


> 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)