Instead of installing with VSFTPD package to configure the FTP service we can use the default SSH service and port 22 for secure file system protocol. This will secure the file transfer with added encrypted method which used in default SSH configuration. first, add a group # groupadd secure_ftp Add the user to newly created ... Read More