How to setup SSH login without password on Linux systems

We might be required to setup ssh login without password for any number of reasons like remote file/commands execution, initiating backups with SCP, etc. In this tutorial, we will learn to setup ssh login without password by using ssh public-private key-based authentication.

Source: LXer – How to setup SSH login without password on Linux systems