SSH Connection Sequence

  The following series of events help protect the integrity of SSH communication. SSH Connection Sequence 1) A cryptographic handshake is made with the server 2) The connection between client and remote server is encrypted using symmetric cipher 3) Client authenticates itself 4) Client can now interact safely with remote server over encrypted connection  

See More

Fix cPanel/WHM Quotas

How to Fix cPanel/WHM Quotas? 1) Log into your server through SSH as the root user. 2) Run the following command as root user. /scripts/fixquotas   Cpanel/WHM sometimes has problems with the user quota files causing all users accounts to have unlimited disk space available or 0 megs of disk space in use. 1) Find the user account where […]

See More