[ https://issues.apache.org/jira/browse/KARAF-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Nodet closed KARAF-260. --------------------------------- Resolution: Fixed This issue has already been fixed and backported in the karaf-2.0.x branch. The 2.1.0 release include the fix too. > ssh to karaf shell gives "no matching cipher found" > --------------------------------------------------- > > Key: KARAF-260 > URL: https://issues.apache.org/jira/browse/KARAF-260 > Project: Karaf > Issue Type: Bug > Components: wrapper > Affects Versions: 2.0.0 > Reporter: Dmitry Drozdov > > ssh to the same configuration of Karaf, when started without wrapper works > fine, and gives "no matching cipher found" when started via wrapper. > This is how I fixed it in karaf-wrapper.conf: > < > wrapper.java.additional.7=-Djava.endorsed.dirs="%JAVA_HOME%/jre/lib/endorsed;%JAVA_HOME%/lib/endorsed;%KARAF_HOME%/lib/endorsed" > < > wrapper.java.additional.8=-Djava.ext.dirs="%JAVA_HOME%/jre/lib/ext;%JAVA_HOME%/lib/ext;%KARAF_HOME%/lib/ext" > --- > > wrapper.java.additional.7=-Djava.endorsed.dirs=%JAVA_HOME%/jre/lib/endorsed:%JAVA_HOME%/lib/endorsed:%KARAF_HOME%/lib/endorsed > > wrapper.java.additional.8=-Djava.ext.dirs=%JAVA_HOME%/jre/lib/ext:%JAVA_HOME%/lib/ext:%KARAF_HOME%/lib/ext -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.