Re: [systemd-devel] Starting the sshd service on a 'non-bash' system

2024-08-03 Thread Mantas Mikulėnas
I assume you mean the inetd-style sshd@.service, not the regular sshd.service? (Or does your distribution patch systemd-style socket activation into sshd?) There is usually no dependency on a shell, unless the .service unit explicitly calls /bin/sh (note that the inetd-style socket activation uses

Re: [systemd-devel] Starting the sshd service on a 'non-bash' system

2024-08-03 Thread Mark Corbin
> > On Thu, Aug 1, 2024 at 8:41 AM Mark Corbin > wrote: > >> Hello >> >> I was wondering whether anybody has any experience of running the sshd >> service successfully on a system with a 'non-bash' shell? >> > > mark, this is a systemd list, people here may know about openssh but it > is not the

Re: [systemd-devel] Starting the sshd service on a 'non-bash' system

2024-08-03 Thread Cristian Rodríguez
On Thu, Aug 1, 2024 at 8:41 AM Mark Corbin wrote: > Hello > > I was wondering whether anybody has any experience of running the sshd > service successfully on a system with a 'non-bash' shell? > mark, this is a systemd list, people here may know about openssh but it is not the right place to as