From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C2159E00747 for ; Sun, 4 Aug 2013 12:36:42 -0700 (PDT) Received: from [192.168.2.10] ([217.82.1.43]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M2cDB-1UEMzV3rbJ-00sKm2 for ; Sun, 04 Aug 2013 21:36:41 +0200 Message-ID: <51FEAD49.80700@gmx.de> Date: Sun, 04 Aug 2013 21:36:41 +0200 From: Joerg Boge User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale@yoctoproject.org References: <51FE3580.50909@gmx.de> In-Reply-To: X-Provags-ID: V03:K0:5xJNJUR8ejiR8NkuxptMunA16+oy8Gi02puOgGp6wo1HrNZPc/L 1/F/WEq5cZ8bqncZAv5xBtf2rllpap0GTPTmqUNwZzv5MeN/LKClMiOz4QirVBh9srNecsh w/DAe/VO6Goxh8+uPC9xl2oIar8tNVTNcDKwaLUjyXfKzDQl3zNQiUk5TdNnmM1apJiryWp XluHlyhkYjFLYrM/n3rmQ== Subject: Re: sftp fsl-image-gui X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 19:36:44 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 08/04/2013 09:07 PM, Otavio Salvador wrote: > On Sun, Aug 4, 2013 at 8:05 AM, Joerg Boge wrote: >> I want to connect via sftp without success. >> >> On FAQ openssh.org I find some information about. >> >> 2.9 - sftp/scp fails at connection, but ssh is OK. >> >> sftp and/or scp may fail at connection time if you have shell initialization >> (.profile, .bashrc, .cshrc, etc) which produces output for non-interactive >> sessions. This output confuses the sftp/scp client. You can verify if your >> shell is doing this by executing: >> >> ssh yourhost /usr/bin/true >> >> If the above command produces any output, then you need to modify your shell >> initialization. >> >> >> I think that is a major problem witch should be solved generally for the >> images produced by yocto. > We need more information about the issue. Are you using OpenSSH / Dropbear? > > Please reproduce it with an smaller image (core-image-base) so we can > really see what's going on and work to fix it. > EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh" it is the same on core-image-base dropbear also not work, but I think that could be normal, not sure that sftp is implemented on dropbear