I've created a user called example
using adduser
command and setted its password and everything. That was part of the VSFTPD setup process.
However, I've noticed that I can also access using the port 22 both in my VPS' SSH console and SFTP / FTP. How can I make it so that it is only FTP accessible ?
I'm gonna share my server with a client to let him create a static HTML site using only and no more than FTP.
Thanks for your answers.