Hi all, I want to install servicemix as service (in debian) so I followed the guide: http://boobah.info/?p=188 . The server starts correctly but when I try to access via ssh with the command: ssh -l smx -p 8101 localhost
then I get the following error: no matching cipher found: client aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] server As the tutorial says I installed the bouncycastel library in the servicemix/lib folder, so my config files are (the relevant parts): *karaf-wrapper.conf* # Java Application wrapper.java.classpath.5=%KARAF_HOME%/lib/bcprov-jdk16-146.jar # Application Parameters. Add parameters as needed starting from 1 wrapper.app.parameter.1=org.apache.felix.karaf.main.Main *config.properties (at the end of the file):* #BCPROV org.apache.felix.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,sun.*,com.sun.*,javax.transaction,javax.transaction.*,org.bouncycastle* but when I try tyo access via ssh I still get the same error. Do you know why I still get this error? Kind regards Dani -- View this message in context: http://servicemix.396122.n5.nabble.com/Install-Servicemix-as-service-tp5715493.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
