Wat betekend als een gebruiker als Shell omgeving /bin/false heeft?
Toegevoegd na 22 minuten:
*ik heb al iets gevonden maar kan iemand mij dit simpel in een zin in nederlands uitleggen?*
Many times you will have a system where you need a user to exist in the account database (say, /etc/passwd) but don't want to give them shell access to your machine(s). A common solution to this is to set a user's shell to /bin/false. This has the effect of rejecting shell login attempts over ssh, telnet, or other shell-requesting protocols. It may have other side effects too, but those are beyond the scope of this article.
Simply using /bin/false as someone's shell does not keep them from using said account to authenticate over ssh and using non-shell tools such as port forwarding. A default configuration in sshd will often allow tunneling and other non-shell activity.
Heb je meer informatie nodig om de vraag te beantwoorden? Reageer dan hier.