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

2018-03-28 Thread Zoran Stojsavljevic
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  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


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

2018-03-28 Thread Anuj Mittal
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


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

2018-03-28 Thread Zoran Stojsavljevic
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#

Thank you,
Zoran
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto