[yocto] ssh-copy-id is part of which package?

Anuj Mittal anuj.mittal at intel.com
Wed Mar 28 04:30:22 PDT 2018


Hi Zoran,

On 03/28/2018 07:18 PM, Zoran Stojsavljevic wrote:
> Hello to all,
> 
> Seems, that command:
> IMAGE_INSTALL_append = " openssh"
> 
> Does install ssh, sshd, but not a ssh-copy-id?!
> 
> Strange... ssh-copy-id should be part of the openssh!?
> 
> http://lists.openembedded.org/pipermail/openembedded-commits/2015-January/170233.html
> 
> root at beaglebone:/root# which ssh-copy-id
> root at beaglebone:/root# which ssh
> /usr/bin/ssh
> root at beaglebone:/root# which sshd
> /usr/sbin/sshd
> root at beaglebone:/root#

You can try:

oe-pkgdata-util find-path "/*ssh-copy-id"

which gives me:

openssh-misc: /usr/bin/ssh-copy-id



More information about the yocto mailing list