Posts

Disable user shell for security reasons

Image
47 24 We have several user accounts that we create for automated tasks that require fine-grained permissions, such as file transfer across systems, monitoring, etc. How do we lock down these user accounts so that these "users" have no shell and are not able to login? We want to prevent the possibility that someone can SSH in as one of these user accounts. shell ssh users login share | improve this question asked Nov 7 '12 at 16:28 Suman Suman 354 1 4 8 ad...