SSHPass: How to SSH into a server using a script with no password (non-interactively)

Ever asked yourself: How do I use ssh in a shell script? How do I login non-interactively performing password authentication with SSH and shell scripts? How do I login over…