Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 692501868D for ; Wed, 3 Jun 2015 16:50:38 +0000 (UTC) Received: (qmail 16317 invoked by uid 500); 3 Jun 2015 16:50:38 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 16288 invoked by uid 500); 3 Jun 2015 16:50:38 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 16275 invoked by uid 99); 3 Jun 2015 16:50:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 16:50:38 +0000 Date: Wed, 3 Jun 2015 16:50:38 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (KARAF-3760) Can't ssh to Karaf when using the karaf-maven-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-3760?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KARAF-3760 started by Jean-Baptiste Onofr=C3=A9. --------------------------------------------------- > Can't ssh to Karaf when using the karaf-maven-plugin > ---------------------------------------------------- > > Key: KARAF-3760 > URL: https://issues.apache.org/jira/browse/KARAF-3760 > Project: Karaf > Issue Type: Bug > Affects Versions: 4.0.0.M2 > Environment: Ubuntu 14.04, Java 7 and 8 > Reporter: Lars Neumann > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.0.0.M3 > > > Seems like KARAF-3087 got lost on master. > When I create a Karaf distribution using the karaf-maven-plugin the bin/k= araf and bin/karaf.bat script get filtered by the maven-resources plugin. I= n my case JAVA_HOME gets replaced when creating a karaf-assembly. > When I try to ssh to karaf using ssh -p 8101 karaf@localhost I get the sa= me error as in KARAF-3087. > {code} > no matching cipher found: client aes128-ctr,aes192-ctr,aes256-ctr,arcfour= 256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes2= 56-cbc,arcfour,rijndael-cbc@lysator.liu.se server=20 > {code} > Restoring the original karaf start script resolves the problem. > Can this be fixed before the final 4.0.0 release? -- This message was sent by Atlassian JIRA (v6.3.4#6332)