Computing remote access

From Applied Optics Wiki
Revision as of 15:00, 27 January 2020 by 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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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