Hello all,
I'm trying to only allow FTP access for my work's static IP address, but am having trouble figuring out how.
I've tried using host.allow and hosts.deny to do this the same way as I had for SSHD, but it is not working. After restarting the exim and proftpd services, I am still able to log in via FTP.
hosts.deny
hosts.allow
Is there something I am missing, or an easy way to restrict FTP access to certain IP addresses, blocking all others?
Thank you for your time.
I'm trying to only allow FTP access for my work's static IP address, but am having trouble figuring out how.
I've tried using host.allow and hosts.deny to do this the same way as I had for SSHD, but it is not working. After restarting the exim and proftpd services, I am still able to log in via FTP.
hosts.deny
Code:
sshd : ALL
proftpd : ALL
Code:
sshd: xx.xx.xx.xx
proftpd: xx.xx.xx.xx
Is there something I am missing, or an easy way to restrict FTP access to certain IP addresses, blocking all others?
Thank you for your time.