How to perform SSH key-based authentication in Linux
SSH stands for Secure Shell and it is used to securely communicate between two host machines over an insecure network. It can be used for file transfer, accessing a remote machine application tunneling. Basically, SSH is the Linux equivalent for Windows Remote Desktop Protocol. For SSH to work, you need to have Openssh installed on…
Read More “How to perform SSH key-based authentication in Linux” »