So I followed the instructions (for ubuntu 10.04): here (for setting up iptables) and here (saving the iptables) and finally and laughably here (because 10.04 won't get the saved version), now everything is cozy.
My server is secure, and now i want to use ftp.
Typically I use filezilla, and i just point it to the ssh (or sshd?) port, give it my username and password, and I am off.
However, i read about "vsftpd", and thought I might try to use it - so there are some questions stemming from this.
do i need to use vsftpd, or is the fact that my filezilla connects and works good enough?
how do i use vsftpd? Is this right?
I setup the vsftpd.conf to include:
listen_port=21 pasv_enable=Yes pasv_max_port=10100 pasv_min_port=10090
However filezilla just hangs when i do all this (and tell filezilla to use port 21).
If vsftpd doesn't offer anything more security wise, then I'm not going to use it (because even 5 mins setting up is a waste of time), but if it does... when what am I doing wrong and how do i setup vsftpd?
Bonus Question Anyone know why you have to manually save the iptables in unix? And why saving it is such a laboured process?