Changing default SSH port can be one of the steps to improve security in Linux servers. By changing SSH port to something other than port 22 and using a proper firewall you may have a good result on minimizing brute-force attacks to SSH. To change SSH listening port you are required to edit /etc/ssh/sshd_config file.… Continue reading Change SSH Port
Tag: ssh
re-index Magento using SSH
Sometimes using SSH to re-index Magento data is the best way to avoid the connection timed out problems in stores which have a big database. To avoid this you can run the re-index PHP code under SSH instead of web browser! to do it simply enter your Magento root folder in your SSH client and… Continue reading re-index Magento using SSH
iptables trouble!
it took about an hour to I realized that why a fresh server which I just installed cpanel on it wont response on port 80 and ssl but ssh works! at the first look it shouldn’t be iptables because I was able to connect through ssh so I tried to search everywhere in this damn… Continue reading iptables trouble!