You can also set shell for a user while creating …

Thursday, 25th April 2024

Comment on How to create user with only FTP access on Linux by Aas.

You can also set shell for a user while creating it:
adduser –shell /bin/false username
or
useradd –shell /bin/false username
Needfull to add – althought /bin/false improves security but is not a solution.
See this article http://www.semicomplete.com/articles/ssh-security/

Recent Comments by Aas

Checking port security on Linux with Nmap – Just another Nmap examples tutorial
The Article? Pure beauty!
Huge thank you to you for writing it.


Share this on:

Comments are closed.