Comments on: How to Install and Secure Apache on Ubuntu 20.04 https://tecadmin.net/install-apache-ubuntu-20-04/ How to guide for System Administrator's and Developers Mon, 02 May 2022 21:01:36 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: A Jackson https://tecadmin.net/install-apache-ubuntu-20-04/#comment-64001 Mon, 02 May 2022 21:01:36 +0000 https://tecadmin.net/?p=20042#comment-64001 Well, I know it is late, but.

You should not use ftp protocol for anything where you enter your login and password, and then send it is clear on the net. Just start wireshark if you want to know why.

Use ssh, scp or sftp, which is all based on ssh-protocol, which encrypt passwords, and also check against man-in-the-middle attacks (some one fake your server, and forward everything you write to the server, while it log your login and password, which is easy with ftp, and really hard with sftp, scp or ssh).

You can even set up ssh keys in ~/.ssh so you don’t need to re enter passwords/credentials on each connection after the first (if you run ssh-agent that handles user certificates you have added with ssh-add command).

]]>
By: Blaine https://tecadmin.net/install-apache-ubuntu-20-04/#comment-62393 Sat, 27 Mar 2021 23:47:32 +0000 https://tecadmin.net/?p=20042#comment-62393 How would I add proftpd so I can upload my website and upload data files

]]>