Hello Anuj,

This is very correct. Thank you for the answer. Anyway, I have
complicated configuration, so YOCTO copy-ssh-id does not work from
client to server, but vice versa is very OK.

In this case, server is VM, and client DUT hardware, in between there
is transparent host. Host and VM are working via ports forwarding
(unidirectionally from host to VM).

I need to dive more into this problem, but all ingredients are there for now.

Zoran
_______

On Wed, Mar 28, 2018 at 1:30 PM, Anuj Mittal <anuj.mit...@intel.com> wrote:
> 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@beaglebone:/root# which ssh-copy-id
>> root@beaglebone:/root# which ssh
>> /usr/bin/ssh
>> root@beaglebone:/root# which sshd
>> /usr/sbin/sshd
>> root@beaglebone:/root#
>
> You can try:
>
> oe-pkgdata-util find-path "/*ssh-copy-id"
>
> which gives me:
>
> openssh-misc: /usr/bin/ssh-copy-id
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to