How do I create a non root login user?
run a non root console program
4 Replies
my filezilla update requires running a composer update in non root mode. I can even login as non root
You need to create a new user, set his password or add SSH public key and then you can log in as this new user.
See this guide: https://www.tecmint.com/add-users-in-linux/
You can also find detailed instructions on creating secure, non-root users in our How to Secure Your Server guide.