Using IPTABLES it is possible to monitor and deny SSH access to prevent Brute Force Attemtps. The simple rules below will allow monitor new SSH connections, and if multiple unsuccessful login attempts are made, the IP will be blocked by IPTABLES for a period of 5 minutes. [text] iptables -A INPUT -p tcp –dport 22 [...]
This can be done using the following commands when logged in as root via SSH on the Parallels Plesk Panel (PPP) server: Parallels Plesk Panel for Linux: [text]# /etc/rc.d/init.d/psa stopall # /etc/rc.d/init.d/psa start[/text]
January 1, 2010 – 12:07 am
We have been asked a few times if it is possible to connect to a Linux VPS via a GUI. The answer is of course Yes! But some configuration is required. Below is a list of instructions that have been tried and tested on all SwitchLink VPS packages running Centos 5 x86 from an SSH [...]
With a Linux Server, you access the server via SSH. In order to do this you will need an SSH Client, of which we recommend PUTTY, your IP address and your user credentials. Once connected, you will administer your Linux system from the Command Line Interface. With Windows, you use Remote Desktop Connection that comes [...]