[yocto] Which OpenSSH packages to use?

Khem Raj raj.khem at gmail.com
Sun Dec 13 10:57:04 PST 2015


> On Dec 13, 2015, at 10:35 AM, Clay D. Montgomery <clay at montgomery1.com> wrote:
> 
> I'm trying to understand which of these OpenSSH package options I should use with the CORE_IMAGE_EXTRA_INSTALL option:
> 
>     openssh
>     openssh-sshd
>     openssh-sftp
>     openssh-sftp-server
> 
> I want OpenSSH server functionality that supports both the scp and sftp protocols. I first tried just 'openssh' and found that it provides scp but not sftp.
> So then I tried the latter 3 options and I got sftp, but not scp. Do I really need all 4 of these to get scp and sftp?
> 
> I checked this recipe guide and found it lists yet another package named 'packagegroup-core-ssh-openssh <http://recipes.yoctoproject.org/rrs/recipedetail/122/>' but it says nothing about sftp.
>     http://recipes.yoctoproject.org/rrs/recipes/2.1/M2/ <http://recipes.yoctoproject.org/rrs/recipes/2.1/M2/>
> 
> I would appreciate some advise.

you can just do

EXTRA_IMAGE_FEATURES += “ssh-server-openssl” in local.conf

or

IMAGE_FEATURES += "ssh-server-openssl"

via a bbappend in your layer if you hinging on to same image recipe otherwise if you have your own image recipe
then add it to that.

> 
> Thanks, Clay Montgomery
> 
> 
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20151213/f4ec2d14/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20151213/f4ec2d14/attachment.pgp>


More information about the yocto mailing list