What is SSH? Secure Shell Key Explained By Hostripples

Secure Shell is a network protocol, which basically means a set of rules or a set of guidelines, which tells the computer how to send data from one place to another. Telnet, FTP etc. are similar to this kind of protocols where you are sending data from your computer to a server. They are all […]

SSH – Secure Shell – What is it ?

SSH stands for Secure Shell and is a secure method of accessing remote systems. Wit SSH, you can login to your Linux or Unix shell command prompt and execute commands as if you were sitting right in front of the server typing at the console. SSH has a wonderful feature called SSH Port Forwarding, sometimes […]

Grant remote access of MySQL database

Grant remote access of MySQL database If you try to connect to a remote MySQL database from your client system, you will get “ERROR 1130: Host is not allowed to connect to this MySQL server” message as shown below. $ mysql -h 192.168.1.8 -u root -p Enter password: ERROR 1130: Host ‘192.168.1.4’ is not allowed […]