You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jamie goodyear (JIRA)" <ji...@apache.org> on 2012/05/03 14:34:51 UTC

[jira] [Closed] (KARAF-1389) SSH doesn't correctly use the karaf.base variable

     [ https://issues.apache.org/jira/browse/KARAF-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-1389.
---------------------------------

    
> SSH doesn't correctly use the karaf.base variable
> -------------------------------------------------
>
>                 Key: KARAF-1389
>                 URL: https://issues.apache.org/jira/browse/KARAF-1389
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 2.2.6
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.7, 2.3.0, 3.0.0
>
>
> The ssh blueprint descriptor uses <ext:property-placeholder placeholder-prefix="$[" placeholder-suffix="]"/>. So it means that the "system" variable should be defined in $[karaf.base] format (and not the default ${karaf.base} format).
> However, the <cm:property-placeholder/> uses:
>             <cm:property name="hostKey" value="$[karaf.base}/etc/host.key"/>
>             <cm:property name="authorizedKeys" value="$[karaf.base}/etc/authorized_keys"/>
> which is not correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira