![]() |
[IDEA] Security - which user really need to login - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [IDEA] Security - which user really need to login (/showthread.php?tid=3229) Pages:
1
2
|
RE: Security - which user really need to login - Tim Curtis - 12-07-2020 it's a bit apocalyptic to suggest that home networks are going be connected and directly exposed to the Public internet via IPv6. That would be a global security catastrophe. moOde software does not collect data but if there is other software in RaspiOS that is collecting data then you need to bring that to the attention of the Raspberry Pi foundation. As far as the other OS's you mentioned, unless they are explicitly security hardened they should not be run on untrusted networks. RE: Security - which user really need to login - UpsiUps - 12-08-2020 I am not sure how the situation is in US or GB, but in Germany the suggestion is to use IP6 overall. At the moment a dual stack is often used, but in some cities you only get a IP6 stack. I agree with you, that the missing NAT and the exposure of all devices is a nightmare - and one of the reasons, why IP6 is not used very often in a dual stack environment. RE: Security - which user really need to login - UpsiUps - 12-08-2020 (12-07-2020, 03:18 PM)Tim Curtis Wrote: ... Quote reduced ... Yepp it works. I did the the following: Code: sudo usermod -s /usr/sbin/nologin mpd So in generic there is only one user needed, which is pi. All other users could use the same setup (nologin and nonexistent home) If you want to secure your system more, you could also remove the standard pi user or as a first step disable remote login per ssh. RE: Security - which user really need to login - Tim Curtis - 12-08-2020 Great thanks :-) I'll add to the TODO list for 7.1.0 |