Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread Zoran
Although, I must admit, I have there OpenSSH_7.9p1. Zoran ___ On Sat, Jul 18, 2020 at 5:38 PM Zoran via lists.yoctoproject.org wrote: > > This is what I have with my BBB on SDcard with Debian Buster: > > root@arm:/etc/systemd/system# cat sshd.service > [Unit] > Description=OpenBSD Secure

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread Zoran
This is what I have with my BBB on SDcard with Debian Buster: root@arm:/etc/systemd/system# cat sshd.service [Unit] Description=OpenBSD Secure Shell server Documentation=man:sshd(8) man:sshd_config(5) After=network.target auditd.service ConditionPathExists=!/etc/ssh/sshd_not_to_be_run [Service]

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread srijan . nandi
Helo Zoran, Type=notify didn't work, either. The only thing that worked was Type=simple. Thanks, -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49992): https://lists.yoctoproject.org/g/yocto/message/49992 Mute This Topic:

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED} #yocto

2020-07-18 Thread Zoran
> Finally was able to resolve the issue. It seems the sshd.service > did not line Type=forking. > > I changed it to Type=simple and it started working. Please, could you try with Type=notify ? Thank you, Zoran ___ On Sat, Jul 18, 2020 at 12:53 PM wrote: > > Finally was able to resolve the

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED} #yocto

2020-07-18 Thread srijan . nandi
Finally was able to resolve the issue. It seems the sshd.service did not line  Type=forking. I changed it to Type=simple and it started working. So now my sshd.service file looks like this: [Unit] Description=OpenSSH server daemon Documentation=man:sshd(8) man:sshd_config(5)