Re: [yocto] Overriding openssh sshd_config file in custom recipe

2017-10-20 Thread Joshua Watt
On Fri, 2017-10-20 at 15:24 +0300, Andreas Enbacka wrote: > Hello, > > I am trying to create a .bbappend file to customize the default > sshd_config file as part of the default openssh package in Yocto > Fido. In the custom file I attempt to disable root login access by > setting the PermitRootLo

[yocto] Overriding openssh sshd_config file in custom recipe

2017-10-20 Thread Andreas Enbacka
Hello, I am trying to create a .bbappend file to customize the default sshd_config file as part of the default openssh package in Yocto Fido. In the custom file I attempt to disable root login access by setting the PermitRootLogin to No. However, after building and installing the image on the c