Change SSH Port

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

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