[
https://issues.apache.org/jira/browse/KARAF-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-1389.
-----------------------------------------
Resolution: Fixed
> 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