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

Jean-Baptiste Onofré commented on KARAF-1388:
---------------------------------------------

The blueprint descriptor is not correct. It uses <ext:property-placeholder 
placeholder-prefix="$[" placeholder-suffix="]"/>, so the "system" variable 
should be in $[karaf.base] format, and not ${karaf.base}.

I fix that too.
                
> SSHD authorized key provider should log in DEBUG
> ------------------------------------------------
>
>                 Key: KARAF-1388
>                 URL: https://issues.apache.org/jira/browse/KARAF-1388
>             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
>
>
> In Karaf 2.2.6, we introduced the support of authentication by key for SSHD. 
> However, the key provider checker display a message in INFO every minute:
> Authorized keys file ${karaf.base}/etc/authorized_keys does not exist, will 
> recheck every minute
> This log message should be in DEBUG.
> More over, it looks weird that the ${karaf.base} variable is not replaced. 
> I'm going to check if we don't have any substitution issue.

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


Reply via email to