Author: jbonofre
Date: Mon Apr 23 17:03:01 2012
New Revision: 1329335
URL: http://svn.apache.org/viewvc?rev=1329335&view=rev
Log:
[KARAF-1389] Fix karaf.base format in the ssh blueprint
Modified:
karaf/branches/karaf-2.2.x/shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml
Modified:
karaf/branches/karaf-2.2.x/shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml?rev=1329335&r1=1329334&r2=1329335&view=diff
==============================================================================
---
karaf/branches/karaf-2.2.x/shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml
(original)
+++
karaf/branches/karaf-2.2.x/shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml
Mon Apr 23 17:03:01 2012
@@ -41,8 +41,8 @@
<cm:property name="sshHost" value="0.0.0.0"/>
<cm:property name="sshRealm" value="karaf"/>
<cm:property name="sshRole" value="$[karaf.admin.role]"/>
- <cm:property name="hostKey" value="${karaf.base}/etc/host.key"/>
- <cm:property name="authorizedKeys"
value="${karaf.base}/etc/authorized_keys"/>
+ <cm:property name="hostKey" value="$[karaf.base]/etc/host.key"/>
+ <cm:property name="authorizedKeys"
value="$[karaf.base]/etc/authorized_keys"/>
<cm:property name="authMethods" value="password,publickey"/>
</cm:default-properties>
</cm:property-placeholder>