Re: [yocto] Using sshd with a non-bash shell

2024-08-01 Thread Zoran
Hello Mark, Just one question out of my curiosity? Why ash (used in u-boot shell), not bash??? Thank you, Zee ___ On Wed, Jul 31, 2024 at 5:55 PM Mark Corbin via lists.yoctoproject.org wrote: > > Hello > > I was wondering whether anybody has any experience of running sshd > successfully

Re: [yocto] Using sshd with a non-bash shell

2024-08-01 Thread Mark Corbin via lists.yoctoproject.org
> > Why ash (used in u-boot shell), not bash??? > To avoid GPLv3. On Thu, 1 Aug 2024 at 06:52, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Mark, > > Just one question out of my curiosity? > > Why ash (used in u-boot shell), not bash??? > > Thank you, > Zee > ___ > > >

[yocto] Using sshd with a non-bash shell

2024-07-31 Thread Mark Corbin via lists.yoctoproject.org
Hello I was wondering whether anybody has any experience of running sshd successfully on a system with a 'non-bash' shell? We're using kirkstone 4.0.12 which has openssh 8.9p1 and systemd 250.5. Both ssh and scp work as expected with '/bin/sh -> bash.bash' on the target, but with '/bin/sh -> busy