Passwordless SSH
SSH (Secure Shell) is a common protocol for remote access to *nix systems. It usually requires authorization using username and password, which is, however, quite unhandy for cluster computing. Therefore, an easy and effective way to get rid of SSH more…