Re: [yocto] how to disable shell access

2014-06-21 Thread Paul Eggleton
On Thursday 19 June 2014 20:35:49 Insop Song wrote: > Thank you Ross, > > To answer my own question on "1. how to change the default password of > root?" - remove "debug-tweaks" and do as it is described in > "https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_pass > word" > >

Re: [yocto] how to disable shell access

2014-06-19 Thread Insop Song
Thank you Ross, To answer my own question on "1. how to change the default password of root?" - remove "debug-tweaks" and do as it is described in "https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password"; Ref: https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_

Re: [yocto] how to disable shell access

2014-06-17 Thread Burton, Ross
On 17 June 2014 21:23, Insop Song wrote: > 2. how to block shell access but to open for debugging access > For this, I could think of that we could block ssh access and only open > console. > Or opening ssh for a hidden port only. The Raumfeld multi-room audio system has a neat solution for this

[yocto] how to disable shell access

2014-06-17 Thread Insop Song
All, We usually want to block shell access for the product that we release, but want to have a way to log in for debugging and troubleshoot. I want to ask how other developers are doing this. So two main questions: 1. how to change the default password of root? 2. how to block shell access but