Description
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.
Attachments
Issue Links
- relates to
-
KARAF-1388 SSHD authorized key provider should log in DEBUG
- Closed