SSH config file setup

If you’re working with multiple remote servers SSH config file setup is required. Typing port number, username, ip and password on every login attempt is insane in 2022. Using RSA keys is a must, but also you won’t be able to have multiple servers configured unless you use config file. Passwords vs RSA keys Configuring […]

Ivan Radunovic
Disable file modifications from inside WP admin panel

Disable file modifications from inside WP admin panel

Securing your WP site properly is not an easy task, especially if you use many plugins. There are some quick wins which you can implement which will secure your installation from rookies. Disabling file edits Most seen attack on WordPress sites is brute-force attack on wp-admin login form. Hackers use a number of dictionaires and […]

Ivan Radunovic