And, YES, since BysuBox supplies very reduced set of commands... You should put these options > -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o > ServerAliveCountMax=3 -o StrictHostKeyChecking=no -o > UserKnownHostsFile=/dev/null ...
in the following file:/etc/ssh/ssh_config Hope this helps. Zoran _______ On Thu, Jul 25, 2019 at 5:00 AM Zoran Stojsavljevic <zoran.stojsavlje...@gmail.com> wrote: > > > scp .... -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o > > ServerAliveCountMax=3 -o StrictHostKeyChecking=no -o > > UserKnownHostsFile=/dev/null ... > > Format of your command is wrong... scp assumes your options as files > to be transferred. > > You need to compile better command, something like: > scp <file to transfer> user_name@host_IP_address:/directory path> > https://www.youtube.com/watch?v=fmMg6cyww14 > > Zoran > _______ > > On Thu, Jul 25, 2019 at 3:10 AM JH <jupiter....@gmail.com> wrote: > > > > Hi, > > > > I am running busybox in imx6 using ssh and scp in shell scripts, but I > > troubled to run the scripts to run ssh and scp, it did not have ssh > > options stopped at following: > > > > scp .... -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o > > ServerAliveCountMax=3 -o StrictHostKeyChecking=no -o > > UserKnownHostsFile=/dev/null ... > > > > ECDSA key fingerprint is SHA256:rAS+4gVqPJj7yfVDHlhG1g5bQP+VgMczooGifv+H9vk. > > Are you sure you want to continue connecting (yes/no) > > > > cp: can't stat '-o': No such file or directory > > cp: can't stat 'ServerAliveInterval=60': No such file or directory > > cp: can't stat '-o': No such file or directory > > cp: can't stat 'ExitOnForwardFailure=yes': No such file or directory > > cp: can't stat '-o': No such file or directory > > cp: can't stat 'ServerAliveCountMax=3': No such file or directory > > cp: can't stat '-o': No such file or directory > > cp: can't stat 'StrictHostKeyChecking=no': No such file or directory > > cp: can't stat '-o': No such file or directory > > cp: can't stat 'UserKnownHostsFile=/dev/null': No such file or directory > > root@solar:/tmp# ssh-keyscan SaController >> /home/root/.ssh/known_hosts > > > > What will be effective and simple solution in Yocto? > > > > - Replace busybox by bash recipe. > > > > - Install openssh-client to run ssh-keyscan to write the target to > > .ssh/known_hosts > > > > Appreciate your advice for Yocto Linux embedded system. > > > > Thank you. > > > > Kind regards, > > > > - jupiter > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto