Difference between revisions of "Computing remote access"
From Applied Optics Wiki
Rikesh Patel (talk | contribs) (Created page with "This will need populating properly.. ==Multi-Factor Authentication (MFA)== ==Virtual Private Network (VPN)== ==File Transfer Protocol (FTP)== *<code>sudo apt install vsftp...") |
(No difference)
|
Latest revision as of 15:00, 27 January 2020
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