UNIX & GNU/Linux - SSH - Communication between client and server
In this tutorial we are going to see how two computers can communicate with each other through the SSH protocol. Why do we need SSH keys and how to use them? We will use one computer as Server and another one as Client. First of all Ubuntu 18.04.01 (LTS): https://www.ubuntu.com/ openssh-server: directly from Ubuntu (more details in the tutorial) Before starting we need some useful tools that we are going to install on Ubuntu: ...