Computing remote access
From Applied Optics Wiki
This will need populating properly..
Multi-Factor Authentication (MFA)
Virtual Private Network (VPN)
File Transfer Protocol (FTP)
sudo apt install vsftpd
sudo systemctl start vsftpd
sudo systemctl enable vsftpd
- Open /etc/vsftpd.conf, and change, add, un/comment - listen=YES, local_enable=YES, write_enable=YES, local_umask=022, isolate_network=NO
sudo systemctl restart vsftpd
- Check login with
ftp -p localhost