Block FTP access using firewall

Block FTP access using the IPtables(Default system firewall) 1) If you want to completely disable the FTP access on the server then run the command : root@server[#] iptables -A INPUT -p tcp –dport 21 -j DROP 2) If you want to block FTP access for a Specific IP then run the below command : root@server[#] […]

Manage shell access

Manage shell access If some of your accounts on your server, wants to access your server remotely from the command line then you can use: “Manage Shell Access” option. What is Shell Access and its use? A shell access is also called as SSH i.e. Secured Shell, which provides user a remote command line access […]