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

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!? > >

[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