So you have purchased and installed your Raspberry Pi (if this is not done, what do you expect? Go for it! ) But you have no screen and you want to control it from your computer ? Do not panic, we will help!What is SSH? Before seeing how to control the Raspberry Pi with SSH, let’s see exactly what SSH is.SSH (for Secure SHell) refers to both software and a computer communication protocol . This protocol has also the peculiarity of being entirely encrypted. You can execute all command via SSH. It will be completely secret! Main aim of SSH for allowing the remote control of a machine through a command line interface.Today, SSH is mainly used through the free OpenSSH implementation that is present in most Linux distributions.How does SSH work? We will not go …


Read more: original article.

Previous post How to overclock the Raspberry Pi 3 (and the Raspberry Pi 2)
Next post VPN with the Raspberry Pi – this is how it works