I have a server in Google Cloud and I used the SSH access to edit, install and change files. The problem is that I was looking for a way to install a FTP access and used: apt-get install vsftpd libpam-pwdfile and I changed the file vsftpd.conf that is located in /etc/vsftpd.conf .
After the change I lost all access to the server with SSH and I can no longer undo what I did.
How can I solve the problem? How can I create a FTP access without fucking access SSH ?
Try to follow this tutorial: link